Shades of Charm #CE717A
Tints of Charm #CE717A
RGB
CMYK
RGB Variations
Color information
#CE717A (or 0xCE717A) is known color: Charm. HEX triplet: CE, 71 and 7A. RGB value is (206,113,122). Sum of RGB (Red+Green+Blue) = 206+113+122=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE717A is #318E85. Grayscale: #8D8D8D. Windows color (decimal): -3247750 or 8024526. OLE color: 8024526.
HSL color Cylindrical-coordinate representation of color #CE717A: hue angle of 354.19º 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 #CE717A is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 122 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.19 |
| HSL | 354.19º | 0.49% | 0.63% | - |
| HSV(B) | 354.19º | 0.45% | 0.81% | - |
| XYZ | 34.87 | 26.34 | 21.66 | - |
| YUV | 141.83 | 116.81 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 122 | 0 | 0.45 | 0.41 | 0.19 | 354.19 | 0.49 | 0.63 |
| Hex | CE | 71 | 7A | 0 | 2D | 29 | 13 | 162 | 31 | 3F |
| Octal | 316 | 161 | 172 | 0 | 55 | 51 | 23 | 542 | 61 | 77 |
| Binary | 11001110 | 1110001 | 1111010 | 0 | 101101 | 101001 | 10011 | 101100010 | 110001 | 111111 |
Color Harmonies of #CE717A
Complementary color
Monochromatic Colors of #CE717A
Black with #CE717A
Text Example
Text Example
White with #CE717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE717A; }
p { color: rgb(206,113,122); }
H1.HeaderClassName
{
color: #CE717A;
}
.AnyTagClassName
{
color: #CE717A;
}
</style>
background-color css
<style>
a { background-color: #CE717A; }
a { background-color: rgb(206,113,122); }
div.DivClassName
{
background-color: #CE717A;
}
.BgClassName
{
background-color: #CE717A;
}
</style>
border-color css
<style>
span { border-color: #CE717A; }
span { border-color: rgb(206,113,122); }
td.TdClassName
{
border-color: #CE717A;
}
.TagClassName
{
border-color: #CE717A;
}
</style>