Shades of Melanie #CCB6BC
Tints of Melanie #CCB6BC
RGB
CMYK
RGB Variations
Color information
#CCB6BC (or 0xCCB6BC) is known color: Melanie. HEX triplet: CC, B6 and BC. RGB value is (204,182,188). Sum of RGB (Red+Green+Blue) = 204+182+188=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6BC is #334943. Grayscale: #BDBDBD. Windows color (decimal): -3361092 or 12367564. OLE color: 12367564.
HSL color Cylindrical-coordinate representation of color #CCB6BC: hue angle of 343.64º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCB6BC is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 188 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.2 |
| HSL | 343.64º | 0.18% | 0.76% | - |
| HSV(B) | 343.64º | 0.11% | 0.8% | - |
| XYZ | 50.71 | 49.92 | 54.54 | - |
| YUV | 189.26 | 127.29 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 188 | 0 | 0.11 | 0.08 | 0.2 | 343.64 | 0.18 | 0.76 |
| Hex | CC | B6 | BC | 0 | B | 8 | 14 | 158 | 12 | 4C |
| Octal | 314 | 266 | 274 | 0 | 13 | 10 | 24 | 530 | 22 | 114 |
| Binary | 11001100 | 10110110 | 10111100 | 0 | 1011 | 1000 | 10100 | 101011000 | 10010 | 1001100 |
Color Harmonies of #CCB6BC
Complementary color
Monochromatic Colors of #CCB6BC
Black with #CCB6BC
Text Example
Text Example
White with #CCB6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB6BC; }
p { color: rgb(204,182,188); }
H1.HeaderClassName
{
color: #CCB6BC;
}
.AnyTagClassName
{
color: #CCB6BC;
}
</style>
background-color css
<style>
a { background-color: #CCB6BC; }
a { background-color: rgb(204,182,188); }
div.DivClassName
{
background-color: #CCB6BC;
}
.BgClassName
{
background-color: #CCB6BC;
}
</style>
border-color css
<style>
span { border-color: #CCB6BC; }
span { border-color: rgb(204,182,188); }
td.TdClassName
{
border-color: #CCB6BC;
}
.TagClassName
{
border-color: #CCB6BC;
}
</style>