#CACF74

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

Shades of Deco #CACF74

Tints of Deco #CACF74

Color information

#CACF74 (or 0xCACF74) is unknown color: approx Deco. HEX triplet: CA, CF and 74. RGB value is (202,207,116). Sum of RGB (Red+Green+Blue) = 202+207+116=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 116 (45.70% from 255 or 22.10% from 525); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACF74 is #35308B. Grayscale: #C3C3C3. Windows color (decimal): -3485836 or 7655370. OLE color: 7655370.

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

Color convert

RGB202207116-
CMYK0.0200.440.19
HSL63.3º48.66%63.33%-
HSV(B)63.3º43.96%81.18%-
XYZ49.8258.4425.18-
YUV195.1383.34132.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 207 (81.25% from 255) = 39.43%
BLUE value IS 116 (45.70% from 255) = 22.10%
R=38.48%
G=39.43%
B=22.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022071160.0200.440.1963.348.6663.33
HexCACF74202C133f313f
Octal312317164205423776177
Binary1100101011001111111010010010110010011111111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACF74; }

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

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

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

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

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

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

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

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