Shades of Melrose #CBC9CF
Tints of Melrose #CBC9CF
RGB
CMYK
RGB Variations
Color information
#CBC9CF (or 0xCBC9CF) is known color: Melrose. HEX triplet: CB, C9 and CF. RGB value is (203,201,207). Sum of RGB (Red+Green+Blue) = 203+201+207=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 201 (78.91% from 255 or 32.90% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 207 - color contains mainly: blue. Hex color #CBC9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC9CF is #343630. Grayscale: #CACACA. Windows color (decimal): -3421745 or 13617611. OLE color: 13617611.
HSL color Cylindrical-coordinate representation of color #CBC9CF: hue angle of 260º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CBC9CF is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 203 | 201 | 207 | - |
CMYK | 0.02 | 0.03 | 0 | 0.19 |
HSL | 260º | 0.06% | 0.8% | - |
HSV(B) | 260º | 0.03% | 0.81% | - |
XYZ | 56.78 | 58.97 | 67.42 | - |
YUV | 202.28 | 130.66 | 128.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 201 | 207 | 0.02 | 0.03 | 0 | 0.19 | 260 | 0.06 | 0.8 |
Hex | CB | C9 | CF | 2 | 3 | 0 | 13 | 104 | 6 | 50 |
Octal | 313 | 311 | 317 | 2 | 3 | 0 | 23 | 404 | 6 | 120 |
Binary | 11001011 | 11001001 | 11001111 | 10 | 11 | 0 | 10011 | 100000100 | 110 | 1010000 |
Color Harmonies of #CBC9CF
Complementary color
Monochromatic Colors of #CBC9CF
Black with #CBC9CF
Text Example
Text Example
White with #CBC9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC9CF; }
p { color: rgb(203,201,207); }
H1.HeaderClassName
{
color: #CBC9CF;
}
.AnyTagClassName
{
color: #CBC9CF;
}
</style>
background-color css
<style>
a { background-color: #CBC9CF; }
a { background-color: rgb(203,201,207); }
div.DivClassName
{
background-color: #CBC9CF;
}
.BgClassName
{
background-color: #CBC9CF;
}
</style>
border-color css
<style>
span { border-color: #CBC9CF; }
span { border-color: rgb(203,201,207); }
td.TdClassName
{
border-color: #CBC9CF;
}
.TagClassName
{
border-color: #CBC9CF;
}
</style>