Shades of Charm #CE7991
Tints of Charm #CE7991
RGB
CMYK
RGB Variations
Color information
#CE7991 (or 0xCE7991) is known color: Charm. HEX triplet: CE, 79 and 91. RGB value is (206,121,145). Sum of RGB (Red+Green+Blue) = 206+121+145=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7991 is #31866E. Grayscale: #959595. Windows color (decimal): -3245679 or 9533902. OLE color: 9533902.
HSL color Cylindrical-coordinate representation of color #CE7991: hue angle of 343.06º 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 #CE7991 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 145 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.19 |
| HSL | 343.06º | 0.46% | 0.64% | - |
| HSV(B) | 343.06º | 0.41% | 0.81% | - |
| XYZ | 37.4 | 28.84 | 30.38 | - |
| YUV | 149.15 | 125.66 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 145 | 0 | 0.41 | 0.30 | 0.19 | 343.06 | 0.46 | 0.64 |
| Hex | CE | 79 | 91 | 0 | 29 | 1E | 13 | 157 | 2E | 40 |
| Octal | 316 | 171 | 221 | 0 | 51 | 36 | 23 | 527 | 56 | 100 |
| Binary | 11001110 | 1111001 | 10010001 | 0 | 101001 | 11110 | 10011 | 101010111 | 101110 | 1000000 |
Color Harmonies of #CE7991
Complementary color
Monochromatic Colors of #CE7991
Black with #CE7991
Text Example
Text Example
White with #CE7991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7991; }
p { color: rgb(206,121,145); }
H1.HeaderClassName
{
color: #CE7991;
}
.AnyTagClassName
{
color: #CE7991;
}
</style>
background-color css
<style>
a { background-color: #CE7991; }
a { background-color: rgb(206,121,145); }
div.DivClassName
{
background-color: #CE7991;
}
.BgClassName
{
background-color: #CE7991;
}
</style>
border-color css
<style>
span { border-color: #CE7991; }
span { border-color: rgb(206,121,145); }
td.TdClassName
{
border-color: #CE7991;
}
.TagClassName
{
border-color: #CE7991;
}
</style>