Shades of Moon Mist #CACAB4
Tints of Moon Mist #CACAB4
RGB
CMYK
RGB Variations
Color information
#CACAB4 (or 0xCACAB4) is known color: Moon Mist. HEX triplet: CA, CA and B4. RGB value is (202,202,180). Sum of RGB (Red+Green+Blue) = 202+202+180=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 180 (70.70% from 255 or 30.82% from 584); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACAB4 is #35354B. Grayscale: #C7C7C7. Windows color (decimal): -3487052 or 11848394. OLE color: 11848394.
HSL color Cylindrical-coordinate representation of color #CACAB4: 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.11%. Process color model (Four color, CMYK) of #CACAB4 is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 202 | 180 | - |
CMYK | 0 | 0 | 0.11 | 0.21 |
HSL | 60º | 0.17% | 0.75% | - |
HSV(B) | 60º | 0.11% | 0.79% | - |
XYZ | 53.72 | 58.09 | 51.56 | - |
YUV | 199.49 | 117 | 129.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 202 | 180 | 0 | 0 | 0.11 | 0.21 | 60 | 0.17 | 0.75 |
Hex | CA | CA | B4 | 0 | 0 | B | 15 | 3C | 11 | 4B |
Octal | 312 | 312 | 264 | 0 | 0 | 13 | 25 | 74 | 21 | 113 |
Binary | 11001010 | 11001010 | 10110100 | 0 | 0 | 1011 | 10101 | 111100 | 10001 | 1001011 |
Color Harmonies of #CACAB4
Complementary color
Monochromatic Colors of #CACAB4
Black with #CACAB4
Text Example
Text Example
White with #CACAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACAB4; }
p { color: rgb(202,202,180); }
H1.HeaderClassName
{
color: #CACAB4;
}
.AnyTagClassName
{
color: #CACAB4;
}
</style>
background-color css
<style>
a { background-color: #CACAB4; }
a { background-color: rgb(202,202,180); }
div.DivClassName
{
background-color: #CACAB4;
}
.BgClassName
{
background-color: #CACAB4;
}
</style>
border-color css
<style>
span { border-color: #CACAB4; }
span { border-color: rgb(202,202,180); }
td.TdClassName
{
border-color: #CACAB4;
}
.TagClassName
{
border-color: #CACAB4;
}
</style>