Shades of Melanie #CBB0B8
Tints of Melanie #CBB0B8
RGB
CMYK
RGB Variations
Color information
#CBB0B8 (or 0xCBB0B8) is known color: Melanie. HEX triplet: CB, B0 and B8. RGB value is (203,176,184). Sum of RGB (Red+Green+Blue) = 203+176+184=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 184 (72.27% from 255 or 32.68% from 563); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB0B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB0B8 is #344F47. Grayscale: #B8B8B8. Windows color (decimal): -3428168 or 12103883. OLE color: 12103883.
HSL color Cylindrical-coordinate representation of color #CBB0B8: hue angle of 342.22º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBB0B8 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 184 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.20 |
| HSL | 342.22º | 0.21% | 0.74% | - |
| HSV(B) | 342.22º | 0.13% | 0.8% | - |
| XYZ | 48.81 | 47.21 | 51.89 | - |
| YUV | 184.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 184 | 0 | 0.13 | 0.09 | 0.20 | 342.22 | 0.21 | 0.74 |
| Hex | CB | B0 | B8 | 0 | D | 9 | 14 | 156 | 15 | 4A |
| Octal | 313 | 260 | 270 | 0 | 15 | 11 | 24 | 526 | 25 | 112 |
| Binary | 11001011 | 10110000 | 10111000 | 0 | 1101 | 1001 | 10100 | 101010110 | 10101 | 1001010 |
Color Harmonies of #CBB0B8
Complementary color
Monochromatic Colors of #CBB0B8
Black with #CBB0B8
Text Example
Text Example
White with #CBB0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB0B8; }
p { color: rgb(203,176,184); }
H1.HeaderClassName
{
color: #CBB0B8;
}
.AnyTagClassName
{
color: #CBB0B8;
}
</style>
background-color css
<style>
a { background-color: #CBB0B8; }
a { background-color: rgb(203,176,184); }
div.DivClassName
{
background-color: #CBB0B8;
}
.BgClassName
{
background-color: #CBB0B8;
}
</style>
border-color css
<style>
span { border-color: #CBB0B8; }
span { border-color: rgb(203,176,184); }
td.TdClassName
{
border-color: #CBB0B8;
}
.TagClassName
{
border-color: #CBB0B8;
}
</style>