Color Hex Logo

#cbb899 Color Hex

#CBB899
(203,184,153)
0 Favorites   0 Comments

Color spaces of #cbb899

RGB 203184153
HSL0.100.320.70
HSV37°25°80°
CMYK 0.000.090.25   0.20
XYZ47.518949.277437.1440
Yxy49.27740.35480.3679
Hunter Lab70.1979-2.014617.7662
CIE-Lab75.62361.908218.2256

#cbb899 color RGB value is (203,184,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111000 10011001
Octal 313 270 231
Decimal 203 184 153
Hex CB B8 99

RGB Percentages of Color #cbb899

%37.59
%34.07
%28.33

CMYK Percentages of Color #cbb899

%0
%9
%25
%20

Triadic Colors of #cbb899

#cbb899 #99cbb8 #b899cb

Analogous Colors of #cbb899

#cbb899 #c5cb99 #cb9f99

Monochromatic Colors of #cbb899

#cbb899

Complementary Color

#cbb899 #99accb

#cbb899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb899 Color CSS Codes

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

#cbb899 Text Font Color

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

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


#cbb899 Background Color

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

This div background color is #cbb899


#cbb899 Border Color

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

This div border color is #cbb899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb899


Comments

No comments written yet.

Please login to write comment.