Shades of Melanie #CCBABE
Tints of Melanie #CCBABE
RGB
CMYK
RGB Variations
Color information
#CCBABE (or 0xCCBABE) is known color: Melanie. HEX triplet: CC, BA and BE. RGB value is (204,186,190). Sum of RGB (Red+Green+Blue) = 204+186+190=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBABE is #334541. Grayscale: #BFBFBF. Windows color (decimal): -3360066 or 12499660. OLE color: 12499660.
HSL color Cylindrical-coordinate representation of color #CCBABE: hue angle of 346.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCBABE is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 186 | 190 | - |
CMYK | 0 | 0.09 | 0.07 | 0.2 |
HSL | 346.67º | 0.15% | 0.76% | - |
HSV(B) | 346.67º | 0.09% | 0.8% | - |
XYZ | 51.76 | 51.67 | 55.96 | - |
YUV | 191.84 | 126.96 | 136.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 186 | 190 | 0 | 0.09 | 0.07 | 0.2 | 346.67 | 0.15 | 0.76 |
Hex | CC | BA | BE | 0 | 9 | 7 | 14 | 15B | F | 4C |
Octal | 314 | 272 | 276 | 0 | 11 | 7 | 24 | 533 | 17 | 114 |
Binary | 11001100 | 10111010 | 10111110 | 0 | 1001 | 111 | 10100 | 101011011 | 1111 | 1001100 |
Color Harmonies of #CCBABE
Complementary color
Monochromatic Colors of #CCBABE
Black with #CCBABE
Text Example
Text Example
White with #CCBABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBABE; }
p { color: rgb(204,186,190); }
H1.HeaderClassName
{
color: #CCBABE;
}
.AnyTagClassName
{
color: #CCBABE;
}
</style>
background-color css
<style>
a { background-color: #CCBABE; }
a { background-color: rgb(204,186,190); }
div.DivClassName
{
background-color: #CCBABE;
}
.BgClassName
{
background-color: #CCBABE;
}
</style>
border-color css
<style>
span { border-color: #CCBABE; }
span { border-color: rgb(204,186,190); }
td.TdClassName
{
border-color: #CCBABE;
}
.TagClassName
{
border-color: #CCBABE;
}
</style>