Shades of Melanie #CCB2BB
Tints of Melanie #CCB2BB
RGB
CMYK
RGB Variations
Color information
#CCB2BB (or 0xCCB2BB) is known color: Melanie. HEX triplet: CC, B2 and BB. RGB value is (204,178,187). Sum of RGB (Red+Green+Blue) = 204+178+187=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB2BB is #334D44. Grayscale: #BABABA. Windows color (decimal): -3362117 or 12301004. OLE color: 12301004.
HSL color Cylindrical-coordinate representation of color #CCB2BB: hue angle of 339.23º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCB2BB is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 187 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.2 |
| HSL | 339.23º | 0.2% | 0.75% | - |
| HSV(B) | 339.23º | 0.13% | 0.8% | - |
| XYZ | 49.79 | 48.27 | 53.71 | - |
| YUV | 186.8 | 128.11 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 187 | 0 | 0.13 | 0.08 | 0.2 | 339.23 | 0.2 | 0.75 |
| Hex | CC | B2 | BB | 0 | D | 8 | 14 | 153 | 14 | 4B |
| Octal | 314 | 262 | 273 | 0 | 15 | 10 | 24 | 523 | 24 | 113 |
| Binary | 11001100 | 10110010 | 10111011 | 0 | 1101 | 1000 | 10100 | 101010011 | 10100 | 1001011 |
Color Harmonies of #CCB2BB
Complementary color
Monochromatic Colors of #CCB2BB
Black with #CCB2BB
Text Example
Text Example
White with #CCB2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB2BB; }
p { color: rgb(204,178,187); }
H1.HeaderClassName
{
color: #CCB2BB;
}
.AnyTagClassName
{
color: #CCB2BB;
}
</style>
background-color css
<style>
a { background-color: #CCB2BB; }
a { background-color: rgb(204,178,187); }
div.DivClassName
{
background-color: #CCB2BB;
}
.BgClassName
{
background-color: #CCB2BB;
}
</style>
border-color css
<style>
span { border-color: #CCB2BB; }
span { border-color: rgb(204,178,187); }
td.TdClassName
{
border-color: #CCB2BB;
}
.TagClassName
{
border-color: #CCB2BB;
}
</style>