#CAC785

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

Shades of Deco #CAC785

Tints of Deco #CAC785

Color information

#CAC785 (or 0xCAC785) is unknown color: approx Deco. HEX triplet: CA, C7 and 85. RGB value is (202,199,133). Sum of RGB (Red+Green+Blue) = 202+199+133=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 199 (78.12% from 255 or 37.27% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC785 is #35387A. Grayscale: #C0C0C0. Windows color (decimal): -3487867 or 8767434. OLE color: 8767434.

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

Color convert

RGB202199133-
CMYK00.010.340.21
HSL57.39º39.43%65.69%-
HSV(B)57.39º34.16%79.22%-
XYZ49.0155.130.24-
YUV192.3794.49134.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.83%
GREEN value IS 199 (78.12% from 255) = 37.27%
BLUE value IS 133 (52.34% from 255) = 24.91%
R=37.83%
G=37.27%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219913300.010.340.2157.3939.4365.69
HexCAC785012215392742
Octal3123072050142257147102
Binary11001010110001111000010101100010101011110011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC785; }

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

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

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

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

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

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

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

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