Color Hex Logo

#cbb590 Color Hex

#CBB590
(203,181,144)
0 Favorites   0 Comments

Color spaces of #cbb590

RGB 203181144
HSL0.100.360.68
HSV38°29°80°
CMYK 0.000.110.29   0.20
XYZ46.186547.757933.1695
Yxy47.75790.36330.3757
Hunter Lab69.1071-1.640119.9174
CIE-Lab74.67202.265821.7585

#cbb590 color RGB value is (203,181,144).

#cbb590 hex color red value is 203, green value is 181 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #cbb590 hue: 0.10 , saturation: 0.36 and the lightness value of cbb590 is 0.68.

The process color (four color CMYK) of #cbb590 color hex is 0.00, 0.11, 0.29, 0.20. Web safe color of #cbb590 is #cccc99. Color #cbb590 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110101 10010000
Octal 313 265 220
Decimal 203 181 144
Hex CB B5 90

RGB Percentages of Color #cbb590

%38.45
%34.28
%27.27

CMYK Percentages of Color #cbb590

%0
%11
%29
%20

Triadic Colors of #cbb590

#cbb590 #90cbb5 #b590cb

Analogous Colors of #cbb590

#cbb590 #c4cb90 #cb9890

Monochromatic Colors of #cbb590

#cbb590

Complementary Color

#cbb590 #90a6cb

#cbb590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb590 Color CSS Codes

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

#cbb590 Text Font Color

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

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


#cbb590 Background Color

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

This div background color is #cbb590


#cbb590 Border Color

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

This div border color is #cbb590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb590


Comments

No comments written yet.

Please login to write comment.