#CACE92

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

Shades of Deco #CACE92

Tints of Deco #CACE92

Color information

#CACE92 (or 0xCACE92) is unknown color: approx Deco. HEX triplet: CA, CE and 92. RGB value is (202,206,146). Sum of RGB (Red+Green+Blue) = 202+206+146=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 146 (57.42% from 255 or 26.35% from 554); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACE92 is #35316D. Grayscale: #C6C6C6. Windows color (decimal): -3486062 or 9621194. OLE color: 9621194.

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

Color convert

RGB202206146-
CMYK0.0200.290.19
HSL64º37.97%69.02%-
HSV(B)64º29.13%80.78%-
XYZ51.6258.7735.82-
YUV197.9698.67130.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 206 (80.86% from 255) = 37.18%
BLUE value IS 146 (57.42% from 255) = 26.35%
R=36.46%
G=37.18%
B=26.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022061460.0200.290.196437.9769.02
HexCACE92201D13402645
Octal31231622220352310046105
Binary110010101100111010010010100111011001110000001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACE92; }

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

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

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

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

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

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

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

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