Shades of Moon Mist #CACAB1
Tints of Moon Mist #CACAB1
RGB
CMYK
RGB Variations
Color information
#CACAB1 (or 0xCACAB1) is known color: Moon Mist. HEX triplet: CA, CA and B1. RGB value is (202,202,177). Sum of RGB (Red+Green+Blue) = 202+202+177=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 177 (69.53% from 255 or 30.46% from 581); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACAB1 is #35354E. Grayscale: #C7C7C7. Windows color (decimal): -3487055 or 11651786. OLE color: 11651786.
HSL color Cylindrical-coordinate representation of color #CACAB1: hue angle of 60º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CACAB1 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 202 | 177 | - |
CMYK | 0 | 0 | 0.12 | 0.21 |
HSL | 60º | 0.19% | 0.74% | - |
HSV(B) | 60º | 0.12% | 0.79% | - |
XYZ | 53.41 | 57.97 | 49.97 | - |
YUV | 199.15 | 115.5 | 130.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 202 | 177 | 0 | 0 | 0.12 | 0.21 | 60 | 0.19 | 0.74 |
Hex | CA | CA | B1 | 0 | 0 | C | 15 | 3C | 13 | 4A |
Octal | 312 | 312 | 261 | 0 | 0 | 14 | 25 | 74 | 23 | 112 |
Binary | 11001010 | 11001010 | 10110001 | 0 | 0 | 1100 | 10101 | 111100 | 10011 | 1001010 |
Color Harmonies of #CACAB1
Complementary color
Monochromatic Colors of #CACAB1
Black with #CACAB1
Text Example
Text Example
White with #CACAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACAB1; }
p { color: rgb(202,202,177); }
H1.HeaderClassName
{
color: #CACAB1;
}
.AnyTagClassName
{
color: #CACAB1;
}
</style>
background-color css
<style>
a { background-color: #CACAB1; }
a { background-color: rgb(202,202,177); }
div.DivClassName
{
background-color: #CACAB1;
}
.BgClassName
{
background-color: #CACAB1;
}
</style>
border-color css
<style>
span { border-color: #CACAB1; }
span { border-color: rgb(202,202,177); }
td.TdClassName
{
border-color: #CACAB1;
}
.TagClassName
{
border-color: #CACAB1;
}
</style>