#CACCA1

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

Shades of Green Mist #CACCA1

Tints of Green Mist #CACCA1

Color information

#CACCA1 (or 0xCACCA1) is unknown color: approx Green Mist. HEX triplet: CA, CC and A1. RGB value is (202,204,161). Sum of RGB (Red+Green+Blue) = 202+204+161=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 161 (63.28% from 255 or 28.40% from 567); Max value from RGB is 204 - color contains mainly: green. Hex color #CACCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACCA1 is #35335E. Grayscale: #C6C6C6. Windows color (decimal): -3486559 or 10603722. OLE color: 10603722.

HSL color Cylindrical-coordinate representation of color #CACCA1: hue angle of 62.79º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CACCA1 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB202204161-
CMYK0.0100.210.2
HSL62.79º29.66%71.57%-
HSV(B)62.79º21.08%80%-
XYZ52.3858.3242.21-
YUV198.5106.84130.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 204 (80.08% from 255) = 35.98%
BLUE value IS 161 (63.28% from 255) = 28.40%
R=35.63%
G=35.98%
B=28.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2022041610.0100.210.262.7929.6671.57
HexCACCA11015143f1e48
Octal3123142411025247736110
Binary110010101100110010100001101010110100111111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCA1; }

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

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

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

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

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

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

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

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