Shades of Melanie #CAC0C3
Tints of Melanie #CAC0C3
RGB
CMYK
RGB Variations
Color information
#CAC0C3 (or 0xCAC0C3) is known color: Melanie. HEX triplet: CA, C0 and C3. RGB value is (202,192,195). Sum of RGB (Red+Green+Blue) = 202+192+195=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC0C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC0C3 is #353F3C. Grayscale: #C3C3C3. Windows color (decimal): -3489597 or 12828874. OLE color: 12828874.
HSL color Cylindrical-coordinate representation of color #CAC0C3: hue angle of 342º 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 #CAC0C3 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 192 | 195 | - |
CMYK | 0 | 0.05 | 0.03 | 0.21 |
HSL | 342º | 0.09% | 0.77% | - |
HSV(B) | 342º | 0.05% | 0.79% | - |
XYZ | 53.06 | 54.2 | 59.29 | - |
YUV | 195.33 | 127.81 | 132.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 192 | 195 | 0 | 0.05 | 0.03 | 0.21 | 342 | 0.09 | 0.77 |
Hex | CA | C0 | C3 | 0 | 5 | 3 | 15 | 156 | 9 | 4D |
Octal | 312 | 300 | 303 | 0 | 5 | 3 | 25 | 526 | 11 | 115 |
Binary | 11001010 | 11000000 | 11000011 | 0 | 101 | 11 | 10101 | 101010110 | 1001 | 1001101 |
Color Harmonies of #CAC0C3
Complementary color
Monochromatic Colors of #CAC0C3
Black with #CAC0C3
Text Example
Text Example
White with #CAC0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC0C3; }
p { color: rgb(202,192,195); }
H1.HeaderClassName
{
color: #CAC0C3;
}
.AnyTagClassName
{
color: #CAC0C3;
}
</style>
background-color css
<style>
a { background-color: #CAC0C3; }
a { background-color: rgb(202,192,195); }
div.DivClassName
{
background-color: #CAC0C3;
}
.BgClassName
{
background-color: #CAC0C3;
}
</style>
border-color css
<style>
span { border-color: #CAC0C3; }
span { border-color: rgb(202,192,195); }
td.TdClassName
{
border-color: #CAC0C3;
}
.TagClassName
{
border-color: #CAC0C3;
}
</style>