Shades of Melanie #CCB4BC
Tints of Melanie #CCB4BC
RGB
CMYK
RGB Variations
Color information
#CCB4BC (or 0xCCB4BC) is known color: Melanie. HEX triplet: CC, B4 and BC. RGB value is (204,180,188). Sum of RGB (Red+Green+Blue) = 204+180+188=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB4BC is #334B43. Grayscale: #BCBCBC. Windows color (decimal): -3361604 or 12367052. OLE color: 12367052.
HSL color Cylindrical-coordinate representation of color #CCB4BC: hue angle of 340º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCB4BC is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 188 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.2 |
| HSL | 340º | 0.19% | 0.75% | - |
| HSV(B) | 340º | 0.12% | 0.8% | - |
| XYZ | 50.3 | 49.11 | 54.41 | - |
| YUV | 188.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 188 | 0 | 0.12 | 0.08 | 0.2 | 340 | 0.19 | 0.75 |
| Hex | CC | B4 | BC | 0 | C | 8 | 14 | 154 | 13 | 4B |
| Octal | 314 | 264 | 274 | 0 | 14 | 10 | 24 | 524 | 23 | 113 |
| Binary | 11001100 | 10110100 | 10111100 | 0 | 1100 | 1000 | 10100 | 101010100 | 10011 | 1001011 |
Color Harmonies of #CCB4BC
Complementary color
Monochromatic Colors of #CCB4BC
Black with #CCB4BC
Text Example
Text Example
White with #CCB4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB4BC; }
p { color: rgb(204,180,188); }
H1.HeaderClassName
{
color: #CCB4BC;
}
.AnyTagClassName
{
color: #CCB4BC;
}
</style>
background-color css
<style>
a { background-color: #CCB4BC; }
a { background-color: rgb(204,180,188); }
div.DivClassName
{
background-color: #CCB4BC;
}
.BgClassName
{
background-color: #CCB4BC;
}
</style>
border-color css
<style>
span { border-color: #CCB4BC; }
span { border-color: rgb(204,180,188); }
td.TdClassName
{
border-color: #CCB4BC;
}
.TagClassName
{
border-color: #CCB4BC;
}
</style>