Color Hex Logo

#cbb592 Color Hex

#CBB592
(203,181,146)
0 Favorites   0 Comments

Color spaces of #cbb592

RGB 203181146
HSL0.100.350.68
HSV37°28°80°
CMYK 0.000.110.28   0.20
XYZ46.340847.819633.9818
Yxy47.81960.36160.3732
Hunter Lab69.1517-1.396919.2705
CIE-Lab74.71102.534820.7361

#cbb592 color RGB value is (203,181,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110101 10010010
Octal 313 265 222
Decimal 203 181 146
Hex CB B5 92

RGB Percentages of Color #cbb592

%38.30
%34.15
%27.55

CMYK Percentages of Color #cbb592

%0
%11
%28
%20

Triadic Colors of #cbb592

#cbb592 #92cbb5 #b592cb

Analogous Colors of #cbb592

#cbb592 #c5cb92 #cb9992

Monochromatic Colors of #cbb592

#cbb592

Complementary Color

#cbb592 #92a8cb

#cbb592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb592 Color CSS Codes

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

#cbb592 Text Font Color

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

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


#cbb592 Background Color

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

This div background color is #cbb592


#cbb592 Border Color

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

This div border color is #cbb592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb592


Comments

No comments written yet.

Please login to write comment.