#CAC787

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

Shades of Deco #CAC787

Tints of Deco #CAC787

Color information

#CAC787 (or 0xCAC787) is unknown color: approx Deco. HEX triplet: CA, C7 and 87. RGB value is (202,199,135). Sum of RGB (Red+Green+Blue) = 202+199+135=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 135 (53.12% from 255 or 25.19% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC787 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC787 is #353878. Grayscale: #C0C0C0. Windows color (decimal): -3487865 or 8898506. OLE color: 8898506.

HSL color Cylindrical-coordinate representation of color #CAC787: hue angle of 57.31º 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 #CAC787 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB202199135-
CMYK00.010.330.21
HSL57.31º38.73%66.08%-
HSV(B)57.31º33.17%79.22%-
XYZ49.1555.1530.98-
YUV192.695.49134.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.69%
GREEN value IS 199 (78.12% from 255) = 37.13%
BLUE value IS 135 (53.12% from 255) = 25.19%
R=37.69%
G=37.13%
B=25.19%

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
Decimal20219913500.010.330.2157.3138.7366.08
HexCAC787012115392742
Octal3123072070141257147102
Binary11001010110001111000011101100001101011110011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC787; }

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

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

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

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

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

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

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

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