#CACF72

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

Shades of Deco #CACF72

Tints of Deco #CACF72

Color information

#CACF72 (or 0xCACF72) is unknown color: approx Deco. HEX triplet: CA, CF and 72. RGB value is (202,207,114). Sum of RGB (Red+Green+Blue) = 202+207+114=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 114 (44.92% from 255 or 21.80% from 523); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACF72 is #35308D. Grayscale: #C3C3C3. Windows color (decimal): -3485838 or 7524298. OLE color: 7524298.

HSL color Cylindrical-coordinate representation of color #CACF72: hue angle of 63.23º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CACF72 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB202207114-
CMYK0.0200.450.19
HSL63.23º49.21%62.94%-
HSV(B)63.23º44.93%81.18%-
XYZ49.7158.424.57-
YUV194.982.34133.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.62%
GREEN value IS 207 (81.25% from 255) = 39.58%
BLUE value IS 114 (44.92% from 255) = 21.80%
R=38.62%
G=39.58%
B=21.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022071140.0200.450.1963.2349.2162.94
HexCACF72202D133f313f
Octal312317162205523776177
Binary1100101011001111111001010010110110011111111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACF72; }

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

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

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

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

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

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

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

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