Color Hex Logo

#cba576 Color Hex

#CBA576
(203,165,118)
0 Favorites   0 Comments

Color spaces of #cba576

RGB 203165118
HSL0.090.450.63
HSV33°42°80°
CMYK 0.000.190.42   0.20
XYZ41.353740.914822.8573
Yxy40.91480.39340.3892
Hunter Lab63.96473.463623.5884
CIE-Lab70.11627.684029.6118

#cba576 color RGB value is (203,165,118).

#cba576 hex color red value is 203, green value is 165 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #cba576 hue: 0.09 , saturation: 0.45 and the lightness value of cba576 is 0.63.

The process color (four color CMYK) of #cba576 color hex is 0.00, 0.19, 0.42, 0.20. Web safe color of #cba576 is #cc9966. Color #cba576 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100101 01110110
Octal 313 245 166
Decimal 203 165 118
Hex CB A5 76

RGB Percentages of Color #cba576

%41.77
%33.95
%24.28

CMYK Percentages of Color #cba576

%0
%19
%42
%20

Triadic Colors of #cba576

#cba576 #76cba5 #a576cb

Analogous Colors of #cba576

#cba576 #c7cb76 #cb7b76

Monochromatic Colors of #cba576

#cba576

Complementary Color

#cba576 #769ccb

#cba576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba576 Color CSS Codes

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

#cba576 Text Font Color

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

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


#cba576 Background Color

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

This div background color is #cba576


#cba576 Border Color

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

This div border color is #cba576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba576


Comments

No comments written yet.

Please login to write comment.