Shades of Charm #CE7087
Tints of Charm #CE7087
RGB
CMYK
RGB Variations
Color information
#CE7087 (or 0xCE7087) is known color: Charm. HEX triplet: CE, 70 and 87. RGB value is (206,112,135). Sum of RGB (Red+Green+Blue) = 206+112+135=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7087 is #318F78. Grayscale: #8E8E8E. Windows color (decimal): -3247993 or 8876238. OLE color: 8876238.
HSL color Cylindrical-coordinate representation of color #CE7087: hue angle of 345.32º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE7087 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 135 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.19 |
| HSL | 345.32º | 0.49% | 0.62% | - |
| HSV(B) | 345.32º | 0.46% | 0.81% | - |
| XYZ | 35.62 | 26.46 | 26.15 | - |
| YUV | 142.73 | 123.64 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 135 | 0 | 0.46 | 0.34 | 0.19 | 345.32 | 0.49 | 0.62 |
| Hex | CE | 70 | 87 | 0 | 2E | 22 | 13 | 159 | 31 | 3E |
| Octal | 316 | 160 | 207 | 0 | 56 | 42 | 23 | 531 | 61 | 76 |
| Binary | 11001110 | 1110000 | 10000111 | 0 | 101110 | 100010 | 10011 | 101011001 | 110001 | 111110 |
Color Harmonies of #CE7087
Complementary color
Monochromatic Colors of #CE7087
Black with #CE7087
Text Example
Text Example
White with #CE7087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7087; }
p { color: rgb(206,112,135); }
H1.HeaderClassName
{
color: #CE7087;
}
.AnyTagClassName
{
color: #CE7087;
}
</style>
background-color css
<style>
a { background-color: #CE7087; }
a { background-color: rgb(206,112,135); }
div.DivClassName
{
background-color: #CE7087;
}
.BgClassName
{
background-color: #CE7087;
}
</style>
border-color css
<style>
span { border-color: #CE7087; }
span { border-color: rgb(206,112,135); }
td.TdClassName
{
border-color: #CE7087;
}
.TagClassName
{
border-color: #CE7087;
}
</style>