Shades of Charm #CE718A
Tints of Charm #CE718A
RGB
CMYK
RGB Variations
Color information
#CE718A (or 0xCE718A) is known color: Charm. HEX triplet: CE, 71 and 8A. RGB value is (206,113,138). Sum of RGB (Red+Green+Blue) = 206+113+138=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE718A is #318E75. Grayscale: #8F8F8F. Windows color (decimal): -3247734 or 9073102. OLE color: 9073102.
HSL color Cylindrical-coordinate representation of color #CE718A: hue angle of 343.87º degrees, saturation: 0.49, 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 #CE718A is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 138 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.19 |
| HSL | 343.87º | 0.49% | 0.63% | - |
| HSV(B) | 343.87º | 0.45% | 0.81% | - |
| XYZ | 35.95 | 26.77 | 27.32 | - |
| YUV | 143.66 | 124.81 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 138 | 0 | 0.45 | 0.33 | 0.19 | 343.87 | 0.49 | 0.63 |
| Hex | CE | 71 | 8A | 0 | 2D | 21 | 13 | 158 | 31 | 3F |
| Octal | 316 | 161 | 212 | 0 | 55 | 41 | 23 | 530 | 61 | 77 |
| Binary | 11001110 | 1110001 | 10001010 | 0 | 101101 | 100001 | 10011 | 101011000 | 110001 | 111111 |
Color Harmonies of #CE718A
Complementary color
Monochromatic Colors of #CE718A
Black with #CE718A
Text Example
Text Example
White with #CE718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE718A; }
p { color: rgb(206,113,138); }
H1.HeaderClassName
{
color: #CE718A;
}
.AnyTagClassName
{
color: #CE718A;
}
</style>
background-color css
<style>
a { background-color: #CE718A; }
a { background-color: rgb(206,113,138); }
div.DivClassName
{
background-color: #CE718A;
}
.BgClassName
{
background-color: #CE718A;
}
</style>
border-color css
<style>
span { border-color: #CE718A; }
span { border-color: rgb(206,113,138); }
td.TdClassName
{
border-color: #CE718A;
}
.TagClassName
{
border-color: #CE718A;
}
</style>