Color Hex Logo

#c0bb83 Color Hex

#C0BB83
(192,187,131)
0 Favorites   0 Comments

Color spaces of #c0bb83

RGB 192187131
HSL0.150.330.63
HSV55°32°75°
CMYK 0.000.030.32   0.25
XYZ43.605348.385828.5139
Yxy48.38580.36190.4015
Hunter Lab69.5599-9.832824.3879
CIE-Lab75.0676-6.903329.0567

#c0bb83 color RGB value is (192,187,131).

#c0bb83 hex color red value is 192, green value is 187 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #c0bb83 hue: 0.15 , saturation: 0.33 and the lightness value of c0bb83 is 0.63.

The process color (four color CMYK) of #c0bb83 color hex is 0.00, 0.03, 0.32, 0.25. Web safe color of #c0bb83 is #cccc99. Color #c0bb83 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10111011 10000011
Octal 300 273 203
Decimal 192 187 131
Hex C0 BB 83

RGB Percentages of Color #c0bb83

%37.65
%36.67
%25.69

CMYK Percentages of Color #c0bb83

%0
%3
%32
%25

Triadic Colors of #c0bb83

#c0bb83 #83c0bb #bb83c0

Analogous Colors of #c0bb83

#c0bb83 #a7c083 #c09d83

Monochromatic Colors of #c0bb83

#c0bb83

Complementary Color

#c0bb83 #8388c0

#c0bb83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0bb83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0bb83 Color CSS Codes

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

#c0bb83 Text Font Color

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

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


#c0bb83 Background Color

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

This div background color is #c0bb83


#c0bb83 Border Color

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

This div border color is #c0bb83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0bb83


Comments

No comments written yet.

Please login to write comment.