Color Hex Logo

#c0b489 Color Hex

#C0B489
(192,180,137)
0 Favorites   0 Comments

Color spaces of #c0b489

RGB 192180137
HSL0.130.300.65
HSV47°29°75°
CMYK 0.000.060.29   0.25
XYZ42.574845.655130.2353
Yxy45.65510.35940.3854
Hunter Lab67.5686-5.772520.7671
CIE-Lab73.3212-2.437623.5208

#c0b489 color RGB value is (192,180,137).

#c0b489 hex color red value is 192, green value is 180 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #c0b489 hue: 0.13 , saturation: 0.30 and the lightness value of c0b489 is 0.65.

The process color (four color CMYK) of #c0b489 color hex is 0.00, 0.06, 0.29, 0.25. Web safe color of #c0b489 is #cccc99. Color #c0b489 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10110100 10001001
Octal 300 264 211
Decimal 192 180 137
Hex C0 B4 89

RGB Percentages of Color #c0b489

%37.72
%35.36
%26.92

CMYK Percentages of Color #c0b489

%0
%6
%29
%25

Triadic Colors of #c0b489

#c0b489 #89c0b4 #b489c0

Analogous Colors of #c0b489

#c0b489 #b1c089 #c09989

Monochromatic Colors of #c0b489

#c0b489

Complementary Color

#c0b489 #8995c0

#c0b489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0b489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0b489 Color CSS Codes

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

#c0b489 Text Font Color

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

This sample text font color is #c0b489
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.


#c0b489 Background Color

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

This div background color is #c0b489


#c0b489 Border Color

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

This div border color is #c0b489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0b489


Comments

No comments written yet.

Please login to write comment.