Shades of Melanie #CCB7BE
Tints of Melanie #CCB7BE
RGB
CMYK
RGB Variations
Color information
#CCB7BE (or 0xCCB7BE) is known color: Melanie. HEX triplet: CC, B7 and BE. RGB value is (204,183,190). Sum of RGB (Red+Green+Blue) = 204+183+190=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 183 (71.88% from 255 or 31.72% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB7BE is #334841. Grayscale: #BEBEBE. Windows color (decimal): -3360834 or 12498892. OLE color: 12498892.
HSL color Cylindrical-coordinate representation of color #CCB7BE: hue angle of 340º degrees, saturation: 0.17, 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 #CCB7BE is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 183 | 190 | - |
CMYK | 0 | 0.10 | 0.07 | 0.2 |
HSL | 340º | 0.17% | 0.76% | - |
HSV(B) | 340º | 0.1% | 0.8% | - |
XYZ | 51.13 | 50.42 | 55.75 | - |
YUV | 190.08 | 127.96 | 137.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 183 | 190 | 0 | 0.10 | 0.07 | 0.2 | 340 | 0.17 | 0.76 |
Hex | CC | B7 | BE | 0 | A | 7 | 14 | 154 | 11 | 4C |
Octal | 314 | 267 | 276 | 0 | 12 | 7 | 24 | 524 | 21 | 114 |
Binary | 11001100 | 10110111 | 10111110 | 0 | 1010 | 111 | 10100 | 101010100 | 10001 | 1001100 |
Color Harmonies of #CCB7BE
Complementary color
Monochromatic Colors of #CCB7BE
Black with #CCB7BE
Text Example
Text Example
White with #CCB7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB7BE; }
p { color: rgb(204,183,190); }
H1.HeaderClassName
{
color: #CCB7BE;
}
.AnyTagClassName
{
color: #CCB7BE;
}
</style>
background-color css
<style>
a { background-color: #CCB7BE; }
a { background-color: rgb(204,183,190); }
div.DivClassName
{
background-color: #CCB7BE;
}
.BgClassName
{
background-color: #CCB7BE;
}
</style>
border-color css
<style>
span { border-color: #CCB7BE; }
span { border-color: rgb(204,183,190); }
td.TdClassName
{
border-color: #CCB7BE;
}
.TagClassName
{
border-color: #CCB7BE;
}
</style>