Color Hex Logo

#c0bb63 Color Hex

#C0BB63
(192,187,99)
0 Favorites   0 Comments

Color spaces of #c0bb63

RGB 19218799
HSL0.160.420.57
HSV57°48°75°
CMYK 0.000.030.48   0.25
XYZ41.760747.648018.8003
Yxy47.64800.38590.4403
Hunter Lab69.0275-12.808232.1711
CIE-Lab74.6024-10.414144.8418

#c0bb63 color RGB value is (192,187,99).

#c0bb63 hex color red value is 192, green value is 187 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #c0bb63 hue: 0.16 , saturation: 0.42 and the lightness value of c0bb63 is 0.57.

The process color (four color CMYK) of #c0bb63 color hex is 0.00, 0.03, 0.48, 0.25. Web safe color of #c0bb63 is #cccc66. Color #c0bb63 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10111011 01100011
Octal 300 273 143
Decimal 192 187 99
Hex C0 BB 63

RGB Percentages of Color #c0bb63

%40.17
%39.12
%20.71

CMYK Percentages of Color #c0bb63

%0
%3
%48
%25

Triadic Colors of #c0bb63

#c0bb63 #63c0bb #bb63c0

Analogous Colors of #c0bb63

#c0bb63 #97c063 #c08d63

Monochromatic Colors of #c0bb63

#c0bb63

Complementary Color

#c0bb63 #6368c0

#c0bb63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0bb63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0bb63 Color CSS Codes

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

#c0bb63 Text Font Color

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

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


#c0bb63 Background Color

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

This div background color is #c0bb63


#c0bb63 Border Color

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

This div border color is #c0bb63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0bb63


Comments

No comments written yet.

Please login to write comment.