#CAC78D

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

Shades of Deco #CAC78D

Tints of Deco #CAC78D

Color information

#CAC78D (or 0xCAC78D) is unknown color: approx Deco. HEX triplet: CA, C7 and 8D. RGB value is (202,199,141). Sum of RGB (Red+Green+Blue) = 202+199+141=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 199 (78.12% from 255 or 36.72% from 542); Blue value is 141 (55.47% from 255 or 26.01% from 542); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC78D is #353872. Grayscale: #C1C1C1. Windows color (decimal): -3487859 or 9291722. OLE color: 9291722.

HSL color Cylindrical-coordinate representation of color #CAC78D: hue angle of 57.05º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAC78D is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB202199141-
CMYK00.010.300.21
HSL57.05º36.53%67.25%-
HSV(B)57.05º30.2%79.22%-
XYZ49.5955.3333.26-
YUV193.2898.49134.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.27%
GREEN value IS 199 (78.12% from 255) = 36.72%
BLUE value IS 141 (55.47% from 255) = 26.01%
R=37.27%
G=36.72%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219914100.010.300.2157.0536.5367.25
HexCAC78D011E15392543
Octal3123072150136257145103
Binary1100101011000111100011010111110101011110011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC78D; }

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

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

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

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

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

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

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

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