#CACE84

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

Shades of Deco #CACE84

Tints of Deco #CACE84

Color information

#CACE84 (or 0xCACE84) is unknown color: approx Deco. HEX triplet: CA, CE and 84. RGB value is (202,206,132). Sum of RGB (Red+Green+Blue) = 202+206+132=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 132 (51.95% from 255 or 24.44% from 540); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACE84 is #35317B. Grayscale: #C4C4C4. Windows color (decimal): -3486076 or 8703690. OLE color: 8703690.

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

Color convert

RGB202206132-
CMYK0.0200.360.19
HSL63.24º43.02%66.27%-
HSV(B)63.24º35.92%80.78%-
XYZ50.5958.3730.43-
YUV196.3791.67132.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.41%
GREEN value IS 206 (80.86% from 255) = 38.15%
BLUE value IS 132 (51.95% from 255) = 24.44%
R=37.41%
G=38.15%
B=24.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022061320.0200.360.1963.2443.0266.27
HexCACE842024133f2b42
Octal3123162042044237753102
Binary110010101100111010000100100100100100111111111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACE84; }

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

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

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

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

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

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

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

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