Color Hex Logo

#cbb197 Color Hex

#CBB197
(203,177,151)
0 Favorites   0 Comments

Color spaces of #cbb197

RGB 203177151
HSL0.080.330.69
HSV30°26°80°
CMYK 0.000.130.26   0.20
XYZ45.936746.375235.8083
Yxy46.37520.35850.3620
Hunter Lab68.09931.234116.4934
CIE-Lab73.78835.364616.7570

#cbb197 color RGB value is (203,177,151).

#cbb197 hex color red value is 203, green value is 177 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #cbb197 hue: 0.08 , saturation: 0.33 and the lightness value of cbb197 is 0.69.

The process color (four color CMYK) of #cbb197 color hex is 0.00, 0.13, 0.26, 0.20. Web safe color of #cbb197 is #cc9999. Color #cbb197 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110001 10010111
Octal 313 261 227
Decimal 203 177 151
Hex CB B1 97

RGB Percentages of Color #cbb197

%38.23
%33.33
%28.44

CMYK Percentages of Color #cbb197

%0
%13
%26
%20

Triadic Colors of #cbb197

#cbb197 #97cbb1 #b197cb

Analogous Colors of #cbb197

#cbb197 #cbcb97 #cb9797

Monochromatic Colors of #cbb197

#cbb197

Complementary Color

#cbb197 #97b1cb

#cbb197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb197 Color CSS Codes

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

#cbb197 Text Font Color

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

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


#cbb197 Background Color

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

This div background color is #cbb197


#cbb197 Border Color

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

This div border color is #cbb197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb197


Comments

No comments written yet.

Please login to write comment.