#CACC72

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

Shades of Deco #CACC72

Tints of Deco #CACC72

Color information

#CACC72 (or 0xCACC72) is unknown color: approx Deco. HEX triplet: CA, CC and 72. RGB value is (202,204,114). Sum of RGB (Red+Green+Blue) = 202+204+114=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 204 - color contains mainly: green. Hex color #CACC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACC72 is #35338D. Grayscale: #C1C1C1. Windows color (decimal): -3486606 or 7523530. OLE color: 7523530.

HSL color Cylindrical-coordinate representation of color #CACC72: hue angle of 61.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CACC72 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB202204114-
CMYK0.0100.440.2
HSL61.33º46.88%62.35%-
HSV(B)61.33º44.12%80%-
XYZ48.9956.9624.33-
YUV193.1483.34134.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.85%
GREEN value IS 204 (80.08% from 255) = 39.23%
BLUE value IS 114 (44.92% from 255) = 21.92%
R=38.85%
G=39.23%
B=21.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2022041140.0100.440.261.3346.8862.35
HexCACC72102C143d2f3e
Octal312314162105424755776
Binary110010101100110011100101010110010100111101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACC72; }

 p { color: rgb(202,204,114); }

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

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

 a { background-color: rgb(202,204,114); }

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

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

 span { border-color: rgb(202,204,114); }

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