Color Hex Logo

#cbb696 Color Hex

#CBB696
(203,182,150)
0 Favorites   0 Comments

Color spaces of #cbb696

RGB 203182150
HSL0.100.340.69
HSV36°26°80°
CMYK 0.000.100.26   0.20
XYZ46.861648.354435.7176
Yxy48.35440.35790.3693
Hunter Lab69.5373-1.398218.2220
CIE-Lab75.04792.551319.0454

#cbb696 color RGB value is (203,182,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110110 10010110
Octal 313 266 226
Decimal 203 182 150
Hex CB B6 96

RGB Percentages of Color #cbb696

%37.94
%34.02
%28.04

CMYK Percentages of Color #cbb696

%0
%10
%26
%20

Triadic Colors of #cbb696

#cbb696 #96cbb6 #b696cb

Analogous Colors of #cbb696

#cbb696 #c6cb96 #cb9c96

Monochromatic Colors of #cbb696

#cbb696

Complementary Color

#cbb696 #96abcb

#cbb696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb696 Color CSS Codes

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

#cbb696 Text Font Color

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

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


#cbb696 Background Color

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

This div background color is #cbb696


#cbb696 Border Color

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

This div border color is #cbb696


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,182,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 #cbb696">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb696


Comments

No comments written yet.

Please login to write comment.