Shades of Charm #CE7992
Tints of Charm #CE7992
RGB
CMYK
RGB Variations
Color information
#CE7992 (or 0xCE7992) is known color: Charm. HEX triplet: CE, 79 and 92. RGB value is (206,121,146). Sum of RGB (Red+Green+Blue) = 206+121+146=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7992 is #31866D. Grayscale: #959595. Windows color (decimal): -3245678 or 9599438. OLE color: 9599438.
HSL color Cylindrical-coordinate representation of color #CE7992: hue angle of 342.35º 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 #CE7992 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 146 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.19 |
| HSL | 342.35º | 0.46% | 0.64% | - |
| HSV(B) | 342.35º | 0.41% | 0.81% | - |
| XYZ | 37.48 | 28.87 | 30.79 | - |
| YUV | 149.27 | 126.16 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 146 | 0 | 0.41 | 0.29 | 0.19 | 342.35 | 0.46 | 0.64 |
| Hex | CE | 79 | 92 | 0 | 29 | 1D | 13 | 156 | 2E | 40 |
| Octal | 316 | 171 | 222 | 0 | 51 | 35 | 23 | 526 | 56 | 100 |
| Binary | 11001110 | 1111001 | 10010010 | 0 | 101001 | 11101 | 10011 | 101010110 | 101110 | 1000000 |
Color Harmonies of #CE7992
Complementary color
Monochromatic Colors of #CE7992
Black with #CE7992
Text Example
Text Example
White with #CE7992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7992; }
p { color: rgb(206,121,146); }
H1.HeaderClassName
{
color: #CE7992;
}
.AnyTagClassName
{
color: #CE7992;
}
</style>
background-color css
<style>
a { background-color: #CE7992; }
a { background-color: rgb(206,121,146); }
div.DivClassName
{
background-color: #CE7992;
}
.BgClassName
{
background-color: #CE7992;
}
</style>
border-color css
<style>
span { border-color: #CE7992; }
span { border-color: rgb(206,121,146); }
td.TdClassName
{
border-color: #CE7992;
}
.TagClassName
{
border-color: #CE7992;
}
</style>