Shades of Melanie #CCB8BE
Tints of Melanie #CCB8BE
RGB
CMYK
RGB Variations
Color information
#CCB8BE (or 0xCCB8BE) is known color: Melanie. HEX triplet: CC, B8 and BE. RGB value is (204,184,190). Sum of RGB (Red+Green+Blue) = 204+184+190=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 184 (72.27% from 255 or 31.83% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB8BE is #334741. Grayscale: #BEBEBE. Windows color (decimal): -3360578 or 12499148. OLE color: 12499148.
HSL color Cylindrical-coordinate representation of color #CCB8BE: hue angle of 342º degrees, saturation: 0.16, 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 #CCB8BE is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 190 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.2 |
| HSL | 342º | 0.16% | 0.76% | - |
| HSV(B) | 342º | 0.1% | 0.8% | - |
| XYZ | 51.34 | 50.84 | 55.82 | - |
| YUV | 190.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 190 | 0 | 0.10 | 0.07 | 0.2 | 342 | 0.16 | 0.76 |
| Hex | CC | B8 | BE | 0 | A | 7 | 14 | 156 | 10 | 4C |
| Octal | 314 | 270 | 276 | 0 | 12 | 7 | 24 | 526 | 20 | 114 |
| Binary | 11001100 | 10111000 | 10111110 | 0 | 1010 | 111 | 10100 | 101010110 | 10000 | 1001100 |
Color Harmonies of #CCB8BE
Complementary color
Monochromatic Colors of #CCB8BE
Black with #CCB8BE
Text Example
Text Example
White with #CCB8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB8BE; }
p { color: rgb(204,184,190); }
H1.HeaderClassName
{
color: #CCB8BE;
}
.AnyTagClassName
{
color: #CCB8BE;
}
</style>
background-color css
<style>
a { background-color: #CCB8BE; }
a { background-color: rgb(204,184,190); }
div.DivClassName
{
background-color: #CCB8BE;
}
.BgClassName
{
background-color: #CCB8BE;
}
</style>
border-color css
<style>
span { border-color: #CCB8BE; }
span { border-color: rgb(204,184,190); }
td.TdClassName
{
border-color: #CCB8BE;
}
.TagClassName
{
border-color: #CCB8BE;
}
</style>