#CACE72

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

Shades of Deco #CACE72

Tints of Deco #CACE72

Color information

#CACE72 (or 0xCACE72) is unknown color: approx Deco. HEX triplet: CA, CE and 72. RGB value is (202,206,114). Sum of RGB (Red+Green+Blue) = 202+206+114=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 114 (44.92% from 255 or 21.84% from 522); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACE72 is #35318D. Grayscale: #C2C2C2. Windows color (decimal): -3486094 or 7524042. OLE color: 7524042.

HSL color Cylindrical-coordinate representation of color #CACE72: hue angle of 62.61º degrees, saturation: 0.48, 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 #CACE72 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB202206114-
CMYK0.0200.450.19
HSL62.61º48.42%62.75%-
HSV(B)62.61º44.66%80.78%-
XYZ49.4757.9124.49-
YUV194.3282.67133.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 206 (80.86% from 255) = 39.46%
BLUE value IS 114 (44.92% from 255) = 21.84%
R=38.70%
G=39.46%
B=21.84%

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
Decimal2022061140.0200.450.1962.6148.4262.75
HexCACE72202D133f303f
Octal312316162205523776077
Binary1100101011001110111001010010110110011111111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACE72; }

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

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

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

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

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

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

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

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