Shades of Melanie #CBBDC0
Tints of Melanie #CBBDC0
RGB
CMYK
RGB Variations
Color information
#CBBDC0 (or 0xCBBDC0) is known color: Melanie. HEX triplet: CB, BD and C0. RGB value is (203,189,192). Sum of RGB (Red+Green+Blue) = 203+189+192=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDC0 is #34423F. Grayscale: #C1C1C1. Windows color (decimal): -3424832 or 12631499. OLE color: 12631499.
HSL color Cylindrical-coordinate representation of color #CBBDC0: hue angle of 347.14º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBBDC0 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 189 | 192 | - |
CMYK | 0 | 0.07 | 0.05 | 0.20 |
HSL | 347.14º | 0.12% | 0.77% | - |
HSV(B) | 347.14º | 0.07% | 0.8% | - |
XYZ | 52.34 | 52.9 | 57.32 | - |
YUV | 193.53 | 127.14 | 134.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 189 | 192 | 0 | 0.07 | 0.05 | 0.20 | 347.14 | 0.12 | 0.77 |
Hex | CB | BD | C0 | 0 | 7 | 5 | 14 | 15B | C | 4D |
Octal | 313 | 275 | 300 | 0 | 7 | 5 | 24 | 533 | 14 | 115 |
Binary | 11001011 | 10111101 | 11000000 | 0 | 111 | 101 | 10100 | 101011011 | 1100 | 1001101 |
Color Harmonies of #CBBDC0
Complementary color
Monochromatic Colors of #CBBDC0
Black with #CBBDC0
Text Example
Text Example
White with #CBBDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBDC0; }
p { color: rgb(203,189,192); }
H1.HeaderClassName
{
color: #CBBDC0;
}
.AnyTagClassName
{
color: #CBBDC0;
}
</style>
background-color css
<style>
a { background-color: #CBBDC0; }
a { background-color: rgb(203,189,192); }
div.DivClassName
{
background-color: #CBBDC0;
}
.BgClassName
{
background-color: #CBBDC0;
}
</style>
border-color css
<style>
span { border-color: #CBBDC0; }
span { border-color: rgb(203,189,192); }
td.TdClassName
{
border-color: #CBBDC0;
}
.TagClassName
{
border-color: #CBBDC0;
}
</style>