#CACE7C

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

Shades of Deco #CACE7C

Tints of Deco #CACE7C

Color information

#CACE7C (or 0xCACE7C) is unknown color: approx Deco. HEX triplet: CA, CE and 7C. RGB value is (202,206,124). Sum of RGB (Red+Green+Blue) = 202+206+124=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 124 (48.83% from 255 or 23.31% from 532); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACE7C is #353183. Grayscale: #C3C3C3. Windows color (decimal): -3486084 or 8179402. OLE color: 8179402.

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

Color convert

RGB202206124-
CMYK0.0200.400.19
HSL62.93º45.56%64.71%-
HSV(B)62.93º39.81%80.78%-
XYZ50.0758.1527.65-
YUV195.4687.67132.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.97%
GREEN value IS 206 (80.86% from 255) = 38.72%
BLUE value IS 124 (48.83% from 255) = 23.31%
R=37.97%
G=38.72%
B=23.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022061240.0200.400.1962.9345.5664.71
HexCACE7C2028133f2e41
Octal3123161742050237756101
Binary11001010110011101111100100101000100111111111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACE7C; }

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

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

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

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

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

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

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

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