#CAC887

Color #CAC887 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #CAC887

Tints of Deco #CAC887

Color information

#CAC887 (or 0xCAC887) is unknown color: approx Deco. HEX triplet: CA, C8 and 87. RGB value is (202,200,135). Sum of RGB (Red+Green+Blue) = 202+200+135=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 135 (53.12% from 255 or 25.14% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC887 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC887 is #353778. Grayscale: #C1C1C1. Windows color (decimal): -3487609 or 8898762. OLE color: 8898762.

HSL color Cylindrical-coordinate representation of color #CAC887: hue angle of 58.21º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAC887 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB202200135-
CMYK00.010.330.21
HSL58.21º38.73%66.08%-
HSV(B)58.21º33.17%79.22%-
XYZ49.3855.6131.05-
YUV193.1995.16134.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 37.62%
GREEN value IS 200 (78.52% from 255) = 37.24%
BLUE value IS 135 (53.12% from 255) = 25.14%
R=37.62%
G=37.24%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220013500.010.330.2158.2138.7366.08
HexCAC8870121153a2742
Octal3123102070141257247102
Binary11001010110010001000011101100001101011110101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC887; }

 p { color: rgb(202,200,135); }

 H1.HeaderClassName
 {
   color: #CAC887;
 }
 .AnyTagClassName
 {
   color: #CAC887;
 }
</style>
background-color css

<style>
 a { background-color: #CAC887; }

 a { background-color: rgb(202,200,135); }

 div.DivClassName
 {
   background-color: #CAC887;
 }
 .BgClassName
 {
   background-color: #CAC887;
 }
</style>
border-color css

<style>
 span { border-color: #CAC887; }

 span { border-color: rgb(202,200,135); }

 td.TdClassName
 {
   border-color: #CAC887;
 }
 .TagClassName
 {
   border-color: #CAC887;
 }
</style>