Color Hex Logo

#cbb399 Color Hex

#CBB399
(203,179,153)
0 Favorites   0 Comments

Color spaces of #cbb399

RGB 203179153
HSL0.090.320.70
HSV31°25°80°
CMYK 0.000.120.25   0.20
XYZ46.498547.236636.8038
Yxy47.23660.35620.3619
Hunter Lab68.72890.488516.3609
CIE-Lab74.34094.576116.4420

#cbb399 color RGB value is (203,179,153).

#cbb399 hex color red value is 203, green value is 179 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #cbb399 hue: 0.09 , saturation: 0.32 and the lightness value of cbb399 is 0.70.

The process color (four color CMYK) of #cbb399 color hex is 0.00, 0.12, 0.25, 0.20. Web safe color of #cbb399 is #cccc99. Color #cbb399 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110011 10011001
Octal 313 263 231
Decimal 203 179 153
Hex CB B3 99

RGB Percentages of Color #cbb399

%37.94
%33.46
%28.60

CMYK Percentages of Color #cbb399

%0
%12
%25
%20

Triadic Colors of #cbb399

#cbb399 #99cbb3 #b399cb

Analogous Colors of #cbb399

#cbb399 #cacb99 #cb9a99

Monochromatic Colors of #cbb399

#cbb399

Complementary Color

#cbb399 #99b1cb

#cbb399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb399 Color CSS Codes

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

#cbb399 Text Font Color

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

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


#cbb399 Background Color

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

This div background color is #cbb399


#cbb399 Border Color

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

This div border color is #cbb399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb399


Comments

No comments written yet.

Please login to write comment.