Shades of Melrose #CAC0DC
Tints of Melrose #CAC0DC
RGB
CMYK
RGB Variations
Color information
#CAC0DC (or 0xCAC0DC) is known color: Melrose. HEX triplet: CA, C0 and DC. RGB value is (202,192,220). Sum of RGB (Red+Green+Blue) = 202+192+220=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAC0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC0DC is #353F23. Grayscale: #C6C6C6. Windows color (decimal): -3489572 or 14467274. OLE color: 14467274.
HSL color Cylindrical-coordinate representation of color #CAC0DC: hue angle of 261.43º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAC0DC is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 192 | 220 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.14 |
| HSL | 261.43º | 0.29% | 0.81% | - |
| HSV(B) | 261.43º | 0.13% | 0.86% | - |
| XYZ | 56.13 | 55.42 | 75.45 | - |
| YUV | 198.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 220 | 0.08 | 0.13 | 0 | 0.14 | 261.43 | 0.29 | 0.81 |
| Hex | CA | C0 | DC | 8 | D | 0 | E | 105 | 1D | 51 |
| Octal | 312 | 300 | 334 | 10 | 15 | 0 | 16 | 405 | 35 | 121 |
| Binary | 11001010 | 11000000 | 11011100 | 1000 | 1101 | 0 | 1110 | 100000101 | 11101 | 1010001 |
Color Harmonies of #CAC0DC
Complementary color
Monochromatic Colors of #CAC0DC
Black with #CAC0DC
Text Example
Text Example
White with #CAC0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC0DC; }
p { color: rgb(202,192,220); }
H1.HeaderClassName
{
color: #CAC0DC;
}
.AnyTagClassName
{
color: #CAC0DC;
}
</style>
background-color css
<style>
a { background-color: #CAC0DC; }
a { background-color: rgb(202,192,220); }
div.DivClassName
{
background-color: #CAC0DC;
}
.BgClassName
{
background-color: #CAC0DC;
}
</style>
border-color css
<style>
span { border-color: #CAC0DC; }
span { border-color: rgb(202,192,220); }
td.TdClassName
{
border-color: #CAC0DC;
}
.TagClassName
{
border-color: #CAC0DC;
}
</style>