Shades of Melanie #CBB4BB
Tints of Melanie #CBB4BB
RGB
CMYK
RGB Variations
Color information
#CBB4BB (or 0xCBB4BB) is known color: Melanie. HEX triplet: CB, B4 and BB. RGB value is (203,180,187). Sum of RGB (Red+Green+Blue) = 203+180+187=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 180 (70.70% from 255 or 31.58% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB4BB is #344B44. Grayscale: #BBBBBB. Windows color (decimal): -3427141 or 12301515. OLE color: 12301515.
HSL color Cylindrical-coordinate representation of color #CBB4BB: hue angle of 341.74º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBB4BB is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 187 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.20 |
| HSL | 341.74º | 0.18% | 0.75% | - |
| HSV(B) | 341.74º | 0.11% | 0.8% | - |
| XYZ | 49.92 | 48.93 | 53.83 | - |
| YUV | 187.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 187 | 0 | 0.11 | 0.08 | 0.20 | 341.74 | 0.18 | 0.75 |
| Hex | CB | B4 | BB | 0 | B | 8 | 14 | 156 | 12 | 4B |
| Octal | 313 | 264 | 273 | 0 | 13 | 10 | 24 | 526 | 22 | 113 |
| Binary | 11001011 | 10110100 | 10111011 | 0 | 1011 | 1000 | 10100 | 101010110 | 10010 | 1001011 |
Color Harmonies of #CBB4BB
Complementary color
Monochromatic Colors of #CBB4BB
Black with #CBB4BB
Text Example
Text Example
White with #CBB4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB4BB; }
p { color: rgb(203,180,187); }
H1.HeaderClassName
{
color: #CBB4BB;
}
.AnyTagClassName
{
color: #CBB4BB;
}
</style>
background-color css
<style>
a { background-color: #CBB4BB; }
a { background-color: rgb(203,180,187); }
div.DivClassName
{
background-color: #CBB4BB;
}
.BgClassName
{
background-color: #CBB4BB;
}
</style>
border-color css
<style>
span { border-color: #CBB4BB; }
span { border-color: rgb(203,180,187); }
td.TdClassName
{
border-color: #CBB4BB;
}
.TagClassName
{
border-color: #CBB4BB;
}
</style>