#CACAA1

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

Shades of Green Mist #CACAA1

Tints of Green Mist #CACAA1

Color information

#CACAA1 (or 0xCACAA1) is unknown color: approx Green Mist. HEX triplet: CA, CA and A1. RGB value is (202,202,161). Sum of RGB (Red+Green+Blue) = 202+202+161=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 161 (63.28% from 255 or 28.50% from 565); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACAA1 is #35355E. Grayscale: #C5C5C5. Windows color (decimal): -3487071 or 10603210. OLE color: 10603210.

HSL color Cylindrical-coordinate representation of color #CACAA1: hue angle of 60º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CACAA1 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB202202161-
CMYK000.200.21
HSL60º27.89%71.18%-
HSV(B)60º20.3%79.22%-
XYZ51.9157.3742.06-
YUV197.33107.5131.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 202 (79.30% from 255) = 35.75%
BLUE value IS 161 (63.28% from 255) = 28.50%
R=35.75%
G=35.75%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202202161000.200.216027.8971.18
HexCACAA10014153c1c47
Octal3123122410024257434107
Binary110010101100101010100001001010010101111100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACAA1; }

 p { color: rgb(202,202,161); }

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

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

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

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

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

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

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