Shades of Melanie #CABCC0
Tints of Melanie #CABCC0
RGB
CMYK
RGB Variations
Color information
#CABCC0 (or 0xCABCC0) is known color: Melanie. HEX triplet: CA, BC and C0. RGB value is (202,188,192). Sum of RGB (Red+Green+Blue) = 202+188+192=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCC0 is #35433F. Grayscale: #C0C0C0. Windows color (decimal): -3490624 or 12631242. OLE color: 12631242.
HSL color Cylindrical-coordinate representation of color #CABCC0: hue angle of 342.86º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CABCC0 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 188 | 192 | - |
CMYK | 0 | 0.07 | 0.05 | 0.21 |
HSL | 342.86º | 0.12% | 0.76% | - |
HSV(B) | 342.86º | 0.07% | 0.79% | - |
XYZ | 51.85 | 52.33 | 57.24 | - |
YUV | 192.64 | 127.64 | 134.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 188 | 192 | 0 | 0.07 | 0.05 | 0.21 | 342.86 | 0.12 | 0.76 |
Hex | CA | BC | C0 | 0 | 7 | 5 | 15 | 157 | C | 4C |
Octal | 312 | 274 | 300 | 0 | 7 | 5 | 25 | 527 | 14 | 114 |
Binary | 11001010 | 10111100 | 11000000 | 0 | 111 | 101 | 10101 | 101010111 | 1100 | 1001100 |
Color Harmonies of #CABCC0
Complementary color
Monochromatic Colors of #CABCC0
Black with #CABCC0
Text Example
Text Example
White with #CABCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABCC0; }
p { color: rgb(202,188,192); }
H1.HeaderClassName
{
color: #CABCC0;
}
.AnyTagClassName
{
color: #CABCC0;
}
</style>
background-color css
<style>
a { background-color: #CABCC0; }
a { background-color: rgb(202,188,192); }
div.DivClassName
{
background-color: #CABCC0;
}
.BgClassName
{
background-color: #CABCC0;
}
</style>
border-color css
<style>
span { border-color: #CABCC0; }
span { border-color: rgb(202,188,192); }
td.TdClassName
{
border-color: #CABCC0;
}
.TagClassName
{
border-color: #CABCC0;
}
</style>