#CACE85

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

Shades of Deco #CACE85

Tints of Deco #CACE85

Color information

#CACE85 (or 0xCACE85) is unknown color: approx Deco. HEX triplet: CA, CE and 85. RGB value is (202,206,133). Sum of RGB (Red+Green+Blue) = 202+206+133=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 133 (52.34% from 255 or 24.58% from 541); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACE85 is #35317A. Grayscale: #C4C4C4. Windows color (decimal): -3486075 or 8769226. OLE color: 8769226.

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

Color convert

RGB202206133-
CMYK0.0200.350.19
HSL63.29º42.69%66.47%-
HSV(B)63.29º35.44%80.78%-
XYZ50.6658.3930.79-
YUV196.4892.17131.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 206 (80.86% from 255) = 38.08%
BLUE value IS 133 (52.34% from 255) = 24.58%
R=37.34%
G=38.08%
B=24.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022061330.0200.350.1963.2942.6966.47
HexCACE852023133f2b42
Octal3123162052043237753102
Binary110010101100111010000101100100011100111111111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACE85; }

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

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

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

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

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

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

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

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