Shades of Melanie #CDB8C0
Tints of Melanie #CDB8C0
RGB
CMYK
RGB Variations
Color information
#CDB8C0 (or 0xCDB8C0) is known color: Melanie. HEX triplet: CD, B8 and C0. RGB value is (205,184,192). Sum of RGB (Red+Green+Blue) = 205+184+192=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 184 (72.27% from 255 or 31.67% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB8C0 is #32473F. Grayscale: #BFBFBF. Windows color (decimal): -3295040 or 12630221. OLE color: 12630221.
HSL color Cylindrical-coordinate representation of color #CDB8C0: hue angle of 337.14º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDB8C0 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 184 | 192 | - |
CMYK | 0 | 0.10 | 0.06 | 0.20 |
HSL | 337.14º | 0.17% | 0.76% | - |
HSV(B) | 337.14º | 0.1% | 0.8% | - |
XYZ | 51.83 | 51.07 | 56.99 | - |
YUV | 191.19 | 128.46 | 137.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 184 | 192 | 0 | 0.10 | 0.06 | 0.20 | 337.14 | 0.17 | 0.76 |
Hex | CD | B8 | C0 | 0 | A | 6 | 14 | 151 | 11 | 4C |
Octal | 315 | 270 | 300 | 0 | 12 | 6 | 24 | 521 | 21 | 114 |
Binary | 11001101 | 10111000 | 11000000 | 0 | 1010 | 110 | 10100 | 101010001 | 10001 | 1001100 |
Color Harmonies of #CDB8C0
Complementary color
Monochromatic Colors of #CDB8C0
Black with #CDB8C0
Text Example
Text Example
White with #CDB8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB8C0; }
p { color: rgb(205,184,192); }
H1.HeaderClassName
{
color: #CDB8C0;
}
.AnyTagClassName
{
color: #CDB8C0;
}
</style>
background-color css
<style>
a { background-color: #CDB8C0; }
a { background-color: rgb(205,184,192); }
div.DivClassName
{
background-color: #CDB8C0;
}
.BgClassName
{
background-color: #CDB8C0;
}
</style>
border-color css
<style>
span { border-color: #CDB8C0; }
span { border-color: rgb(205,184,192); }
td.TdClassName
{
border-color: #CDB8C0;
}
.TagClassName
{
border-color: #CDB8C0;
}
</style>