Shades of Charm #CE7995
Tints of Charm #CE7995
RGB
CMYK
RGB Variations
Color information
#CE7995 (or 0xCE7995) is known color: Charm. HEX triplet: CE, 79 and 95. RGB value is (206,121,149). Sum of RGB (Red+Green+Blue) = 206+121+149=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7995 is #31866A. Grayscale: #959595. Windows color (decimal): -3245675 or 9796046. OLE color: 9796046.
HSL color Cylindrical-coordinate representation of color #CE7995: hue angle of 340.24º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE7995 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 149 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.19 |
| HSL | 340.24º | 0.46% | 0.64% | - |
| HSV(B) | 340.24º | 0.41% | 0.81% | - |
| XYZ | 37.72 | 28.97 | 32.04 | - |
| YUV | 149.61 | 127.66 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 149 | 0 | 0.41 | 0.28 | 0.19 | 340.24 | 0.46 | 0.64 |
| Hex | CE | 79 | 95 | 0 | 29 | 1C | 13 | 154 | 2E | 40 |
| Octal | 316 | 171 | 225 | 0 | 51 | 34 | 23 | 524 | 56 | 100 |
| Binary | 11001110 | 1111001 | 10010101 | 0 | 101001 | 11100 | 10011 | 101010100 | 101110 | 1000000 |
Color Harmonies of #CE7995
Complementary color
Monochromatic Colors of #CE7995
Black with #CE7995
Text Example
Text Example
White with #CE7995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7995; }
p { color: rgb(206,121,149); }
H1.HeaderClassName
{
color: #CE7995;
}
.AnyTagClassName
{
color: #CE7995;
}
</style>
background-color css
<style>
a { background-color: #CE7995; }
a { background-color: rgb(206,121,149); }
div.DivClassName
{
background-color: #CE7995;
}
.BgClassName
{
background-color: #CE7995;
}
</style>
border-color css
<style>
span { border-color: #CE7995; }
span { border-color: rgb(206,121,149); }
td.TdClassName
{
border-color: #CE7995;
}
.TagClassName
{
border-color: #CE7995;
}
</style>