Shades of Melrose #CAC7CF
Tints of Melrose #CAC7CF
RGB
CMYK
RGB Variations
Color information
#CAC7CF (or 0xCAC7CF) is known color: Melrose. HEX triplet: CA, C7 and CF. RGB value is (202,199,207). Sum of RGB (Red+Green+Blue) = 202+199+207=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 199 (78.12% from 255 or 32.73% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 207 - color contains mainly: blue. Hex color #CAC7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC7CF is #353830. Grayscale: #C8C8C8. Windows color (decimal): -3487793 or 13617098. OLE color: 13617098.
HSL color Cylindrical-coordinate representation of color #CAC7CF: hue angle of 262.5º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CAC7CF is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 199 | 207 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.19 |
| HSL | 262.5º | 0.08% | 0.8% | - |
| HSV(B) | 262.5º | 0.04% | 0.81% | - |
| XYZ | 56.04 | 57.91 | 67.26 | - |
| YUV | 200.81 | 131.49 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 207 | 0.02 | 0.04 | 0 | 0.19 | 262.5 | 0.08 | 0.8 |
| Hex | CA | C7 | CF | 2 | 4 | 0 | 13 | 106 | 8 | 50 |
| Octal | 312 | 307 | 317 | 2 | 4 | 0 | 23 | 406 | 10 | 120 |
| Binary | 11001010 | 11000111 | 11001111 | 10 | 100 | 0 | 10011 | 100000110 | 1000 | 1010000 |
Color Harmonies of #CAC7CF
Complementary color
Monochromatic Colors of #CAC7CF
Black with #CAC7CF
Text Example
Text Example
White with #CAC7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC7CF; }
p { color: rgb(202,199,207); }
H1.HeaderClassName
{
color: #CAC7CF;
}
.AnyTagClassName
{
color: #CAC7CF;
}
</style>
background-color css
<style>
a { background-color: #CAC7CF; }
a { background-color: rgb(202,199,207); }
div.DivClassName
{
background-color: #CAC7CF;
}
.BgClassName
{
background-color: #CAC7CF;
}
</style>
border-color css
<style>
span { border-color: #CAC7CF; }
span { border-color: rgb(202,199,207); }
td.TdClassName
{
border-color: #CAC7CF;
}
.TagClassName
{
border-color: #CAC7CF;
}
</style>