Color Hex Logo

#cbc196 Color Hex

#CBC196
(203,193,150)
0 Favorites   0 Comments

Color spaces of #cbc196

RGB 203193150
HSL0.140.340.69
HSV49°26°80°
CMYK 0.000.050.26   0.20
XYZ49.203653.038436.4983
Yxy53.03840.35460.3823
Hunter Lab72.8275-6.850121.2654
CIE-Lab77.8977-3.258522.9610

#cbc196 color RGB value is (203,193,150).

#cbc196 hex color red value is 203, green value is 193 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cbc196 hue: 0.14 , saturation: 0.34 and the lightness value of cbc196 is 0.69.

The process color (four color CMYK) of #cbc196 color hex is 0.00, 0.05, 0.26, 0.20. Web safe color of #cbc196 is #cccc99. Color #cbc196 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000001 10010110
Octal 313 301 226
Decimal 203 193 150
Hex CB C1 96

RGB Percentages of Color #cbc196

%37.18
%35.35
%27.47

CMYK Percentages of Color #cbc196

%0
%5
%26
%20

Triadic Colors of #cbc196

#cbc196 #96cbc1 #c196cb

Analogous Colors of #cbc196

#cbc196 #bbcb96 #cba796

Monochromatic Colors of #cbc196

#cbc196

Complementary Color

#cbc196 #96a0cb

#cbc196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc196 Color CSS Codes

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

#cbc196 Text Font Color

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

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


#cbc196 Background Color

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

This div background color is #cbc196


#cbc196 Border Color

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

This div border color is #cbc196


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,193,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbc196; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbc196;
  -webkit-box-shadow: 1px 1px 3px 2px #cbc196;
  box-shadow:         1px 1px 3px 2px #cbc196; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,193,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc196

#cbc196 Color Palettes


Comments

No comments written yet.

Please login to write comment.