#CACAB2

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

Shades of Moon Mist #CACAB2

Tints of Moon Mist #CACAB2

Color information

#CACAB2 (or 0xCACAB2) is unknown color: approx Moon Mist. HEX triplet: CA, CA and B2. RGB value is (202,202,178). Sum of RGB (Red+Green+Blue) = 202+202+178=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 178 (69.92% from 255 or 30.58% from 582); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACAB2 is #35354D. Grayscale: #C7C7C7. Windows color (decimal): -3487054 or 11717322. OLE color: 11717322.

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

Color convert

RGB202202178-
CMYK000.120.21
HSL60º18.46%74.51%-
HSV(B)60º11.88%79.22%-
XYZ53.5158.0150.5-
YUV199.26116129.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.71%
GREEN value IS 202 (79.30% from 255) = 34.71%
BLUE value IS 178 (69.92% from 255) = 30.58%
R=34.71%
G=34.71%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202202178000.120.216018.4674.51
HexCACAB200C153c124b
Octal3123122620014257422113
Binary11001010110010101011001000110010101111100100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACAB2; }

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

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

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

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

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

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

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

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