#CACF70

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

Shades of Deco #CACF70

Tints of Deco #CACF70

Color information

#CACF70 (or 0xCACF70) is unknown color: approx Deco. HEX triplet: CA, CF and 70. RGB value is (202,207,112). Sum of RGB (Red+Green+Blue) = 202+207+112=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACF70 is #35308F. Grayscale: #C3C3C3. Windows color (decimal): -3485840 or 7393226. OLE color: 7393226.

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

Color convert

RGB202207112-
CMYK0.0200.460.19
HSL63.16º49.74%62.55%-
HSV(B)63.16º45.89%81.18%-
XYZ49.5958.3523.98-
YUV194.6881.34133.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 207 (81.25% from 255) = 39.73%
BLUE value IS 112 (44.14% from 255) = 21.50%
R=38.77%
G=39.73%
B=21.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022071120.0200.460.1963.1649.7462.55
HexCACF70202E133f323f
Octal312317160205623776277
Binary1100101011001111111000010010111010011111111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACF70; }

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

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

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

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

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

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

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

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