Shades of Charm #CE7891
Tints of Charm #CE7891
RGB
CMYK
RGB Variations
Color information
#CE7891 (or 0xCE7891) is known color: Charm. HEX triplet: CE, 78 and 91. RGB value is (206,120,145). Sum of RGB (Red+Green+Blue) = 206+120+145=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 145 (57.03% from 255 or 30.79% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7891 is #31876E. Grayscale: #949494. Windows color (decimal): -3245935 or 9533646. OLE color: 9533646.
HSL color Cylindrical-coordinate representation of color #CE7891: hue angle of 342.56º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE7891 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 120 | 145 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.19 |
| HSL | 342.56º | 0.47% | 0.64% | - |
| HSV(B) | 342.56º | 0.42% | 0.81% | - |
| XYZ | 37.28 | 28.6 | 30.34 | - |
| YUV | 148.56 | 125.99 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 145 | 0 | 0.42 | 0.30 | 0.19 | 342.56 | 0.47 | 0.64 |
| Hex | CE | 78 | 91 | 0 | 2A | 1E | 13 | 157 | 2F | 40 |
| Octal | 316 | 170 | 221 | 0 | 52 | 36 | 23 | 527 | 57 | 100 |
| Binary | 11001110 | 1111000 | 10010001 | 0 | 101010 | 11110 | 10011 | 101010111 | 101111 | 1000000 |
Color Harmonies of #CE7891
Complementary color
Monochromatic Colors of #CE7891
Black with #CE7891
Text Example
Text Example
White with #CE7891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7891; }
p { color: rgb(206,120,145); }
H1.HeaderClassName
{
color: #CE7891;
}
.AnyTagClassName
{
color: #CE7891;
}
</style>
background-color css
<style>
a { background-color: #CE7891; }
a { background-color: rgb(206,120,145); }
div.DivClassName
{
background-color: #CE7891;
}
.BgClassName
{
background-color: #CE7891;
}
</style>
border-color css
<style>
span { border-color: #CE7891; }
span { border-color: rgb(206,120,145); }
td.TdClassName
{
border-color: #CE7891;
}
.TagClassName
{
border-color: #CE7891;
}
</style>