Shades of Moon Mist #CACAB2
Tints of Moon Mist #CACAB2
RGB
CMYK
RGB Variations
Color information
#CACAB2 (or 0xCACAB2) is known color: 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
RGB | 202 | 202 | 178 | - |
CMYK | 0 | 0 | 0.12 | 0.21 |
HSL | 60º | 0.18% | 0.75% | - |
HSV(B) | 60º | 0.12% | 0.79% | - |
XYZ | 53.51 | 58.01 | 50.5 | - |
YUV | 199.26 | 116 | 129.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 202 | 178 | 0 | 0 | 0.12 | 0.21 | 60 | 0.18 | 0.75 |
Hex | CA | CA | B2 | 0 | 0 | C | 15 | 3C | 12 | 4B |
Octal | 312 | 312 | 262 | 0 | 0 | 14 | 25 | 74 | 22 | 113 |
Binary | 11001010 | 11001010 | 10110010 | 0 | 0 | 1100 | 10101 | 111100 | 10010 | 1001011 |
Color Harmonies of #CACAB2
Complementary color
Monochromatic Colors of #CACAB2
Black with #CACAB2
Text Example
Text Example
White with #CACAB2
Text Example
Text Example
HTML Codes & Css Web 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>