Shades of Charm #CE7287
Tints of Charm #CE7287
RGB
CMYK
RGB Variations
Color information
#CE7287 (or 0xCE7287) is known color: Charm. HEX triplet: CE, 72 and 87. RGB value is (206,114,135). Sum of RGB (Red+Green+Blue) = 206+114+135=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7287 is #318D78. Grayscale: #8F8F8F. Windows color (decimal): -3247481 or 8876750. OLE color: 8876750.
HSL color Cylindrical-coordinate representation of color #CE7287: hue angle of 346.3º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE7287 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 114 | 135 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.19 |
| HSL | 346.3º | 0.48% | 0.63% | - |
| HSV(B) | 346.3º | 0.45% | 0.81% | - |
| XYZ | 35.84 | 26.91 | 26.23 | - |
| YUV | 143.9 | 122.98 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 135 | 0 | 0.45 | 0.34 | 0.19 | 346.3 | 0.48 | 0.63 |
| Hex | CE | 72 | 87 | 0 | 2D | 22 | 13 | 15A | 30 | 3F |
| Octal | 316 | 162 | 207 | 0 | 55 | 42 | 23 | 532 | 60 | 77 |
| Binary | 11001110 | 1110010 | 10000111 | 0 | 101101 | 100010 | 10011 | 101011010 | 110000 | 111111 |
Color Harmonies of #CE7287
Complementary color
Monochromatic Colors of #CE7287
Black with #CE7287
Text Example
Text Example
White with #CE7287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7287; }
p { color: rgb(206,114,135); }
H1.HeaderClassName
{
color: #CE7287;
}
.AnyTagClassName
{
color: #CE7287;
}
</style>
background-color css
<style>
a { background-color: #CE7287; }
a { background-color: rgb(206,114,135); }
div.DivClassName
{
background-color: #CE7287;
}
.BgClassName
{
background-color: #CE7287;
}
</style>
border-color css
<style>
span { border-color: #CE7287; }
span { border-color: rgb(206,114,135); }
td.TdClassName
{
border-color: #CE7287;
}
.TagClassName
{
border-color: #CE7287;
}
</style>