#CACAB5

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

Shades of Moon Mist #CACAB5

Tints of Moon Mist #CACAB5

Color information

#CACAB5 (or 0xCACAB5) is unknown color: approx Moon Mist. HEX triplet: CA, CA and B5. RGB value is (202,202,181). Sum of RGB (Red+Green+Blue) = 202+202+181=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 181 (71.09% from 255 or 30.94% from 585); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACAB5 is #35354A. Grayscale: #C7C7C7. Windows color (decimal): -3487051 or 11913930. OLE color: 11913930.

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

Color convert

RGB202202181-
CMYK000.100.21
HSL60º16.54%75.1%-
HSV(B)60º10.4%79.22%-
XYZ53.8258.1352.1-
YUV199.61117.5129.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 202 (79.30% from 255) = 34.53%
BLUE value IS 181 (71.09% from 255) = 30.94%
R=34.53%
G=34.53%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202202181000.100.216016.5475.1
HexCACAB500A153c114b
Octal3123122650012257421113
Binary11001010110010101011010100101010101111100100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACAB5; }

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

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

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

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

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

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

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

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