Shades of Melanie #CAC0C2
Tints of Melanie #CAC0C2
RGB
CMYK
RGB Variations
Color information
#CAC0C2 (or 0xCAC0C2) is known color: Melanie. HEX triplet: CA, C0 and C2. RGB value is (202,192,194). Sum of RGB (Red+Green+Blue) = 202+192+194=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC0C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC0C2 is #353F3D. Grayscale: #C3C3C3. Windows color (decimal): -3489598 or 12763338. OLE color: 12763338.
HSL color Cylindrical-coordinate representation of color #CAC0C2: hue angle of 348º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CAC0C2 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 194 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.21 |
| HSL | 348º | 0.09% | 0.77% | - |
| HSV(B) | 348º | 0.05% | 0.79% | - |
| XYZ | 52.94 | 54.15 | 58.7 | - |
| YUV | 195.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 194 | 0 | 0.05 | 0.04 | 0.21 | 348 | 0.09 | 0.77 |
| Hex | CA | C0 | C2 | 0 | 5 | 4 | 15 | 15C | 9 | 4D |
| Octal | 312 | 300 | 302 | 0 | 5 | 4 | 25 | 534 | 11 | 115 |
| Binary | 11001010 | 11000000 | 11000010 | 0 | 101 | 100 | 10101 | 101011100 | 1001 | 1001101 |
Color Harmonies of #CAC0C2
Complementary color
Monochromatic Colors of #CAC0C2
Black with #CAC0C2
Text Example
Text Example
White with #CAC0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC0C2; }
p { color: rgb(202,192,194); }
H1.HeaderClassName
{
color: #CAC0C2;
}
.AnyTagClassName
{
color: #CAC0C2;
}
</style>
background-color css
<style>
a { background-color: #CAC0C2; }
a { background-color: rgb(202,192,194); }
div.DivClassName
{
background-color: #CAC0C2;
}
.BgClassName
{
background-color: #CAC0C2;
}
</style>
border-color css
<style>
span { border-color: #CAC0C2; }
span { border-color: rgb(202,192,194); }
td.TdClassName
{
border-color: #CAC0C2;
}
.TagClassName
{
border-color: #CAC0C2;
}
</style>