Color Hex Logo

#c0b184 Color Hex

#C0B184
(192,177,132)
0 Favorites   0 Comments

Color spaces of #c0b184

RGB 192177132
HSL0.130.320.64
HSV45°31°75°
CMYK 0.000.080.31   0.25
XYZ41.625244.316728.1899
Yxy44.31670.36470.3883
Hunter Lab66.5708-4.886921.4928
CIE-Lab72.4397-1.503725.0122

#c0b184 color RGB value is (192,177,132).

#c0b184 hex color red value is 192, green value is 177 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #c0b184 hue: 0.13 , saturation: 0.32 and the lightness value of c0b184 is 0.64.

The process color (four color CMYK) of #c0b184 color hex is 0.00, 0.08, 0.31, 0.25. Web safe color of #c0b184 is #cc9999. Color #c0b184 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10110001 10000100
Octal 300 261 204
Decimal 192 177 132
Hex C0 B1 84

RGB Percentages of Color #c0b184

%38.32
%35.33
%26.35

CMYK Percentages of Color #c0b184

%0
%8
%31
%25

Triadic Colors of #c0b184

#c0b184 #84c0b1 #b184c0

Analogous Colors of #c0b184

#c0b184 #b1c084 #c09384

Monochromatic Colors of #c0b184

#c0b184

Complementary Color

#c0b184 #8493c0

#c0b184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0b184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0b184 Color CSS Codes

.mybgcolor {background-color:#c0b184; } 
.myforecolor {color:#c0b184; }
.mybordercolor {border:3px solid #c0b184; }

#c0b184 Text Font Color

<p style="color:#c0b184">Text here</p>

This sample text font color is #c0b184
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c0b184 Background Color

<div style="background-color:#c0b184">
Div content here</div>

This div background color is #c0b184


#c0b184 Border Color

<div style="border:3px solid #c0b184">
Div here</div>

This div border color is #c0b184


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,177,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0b184; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0b184;
  -webkit-box-shadow: 1px 1px 3px 2px #c0b184;
  box-shadow:         1px 1px 3px 2px #c0b184; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,177,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c0b184">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c0b184;
  -webkit-box-shadow: 1px 1px 3px 2px #c0b184;
  box-shadow:         1px 1px 3px 2px #c0b184;">
Div content here</div>

This div box has shadow with color #c0b184


Comments

No comments written yet.

Please login to write comment.