Shades of Charm #CE707A
Tints of Charm #CE707A
RGB
CMYK
RGB Variations
Color information
#CE707A (or 0xCE707A) is known color: Charm. HEX triplet: CE, 70 and 7A. RGB value is (206,112,122). Sum of RGB (Red+Green+Blue) = 206+112+122=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE707A is #318F85. Grayscale: #8D8D8D. Windows color (decimal): -3248006 or 8024270. OLE color: 8024270.
HSL color Cylindrical-coordinate representation of color #CE707A: hue angle of 353.62º 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 #CE707A is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 122 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.19 |
| HSL | 353.62º | 0.49% | 0.62% | - |
| HSV(B) | 353.62º | 0.46% | 0.81% | - |
| XYZ | 34.76 | 26.12 | 21.62 | - |
| YUV | 141.25 | 117.14 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 122 | 0 | 0.46 | 0.41 | 0.19 | 353.62 | 0.49 | 0.62 |
| Hex | CE | 70 | 7A | 0 | 2E | 29 | 13 | 162 | 31 | 3E |
| Octal | 316 | 160 | 172 | 0 | 56 | 51 | 23 | 542 | 61 | 76 |
| Binary | 11001110 | 1110000 | 1111010 | 0 | 101110 | 101001 | 10011 | 101100010 | 110001 | 111110 |
Color Harmonies of #CE707A
Complementary color
Monochromatic Colors of #CE707A
Black with #CE707A
Text Example
Text Example
White with #CE707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE707A; }
p { color: rgb(206,112,122); }
H1.HeaderClassName
{
color: #CE707A;
}
.AnyTagClassName
{
color: #CE707A;
}
</style>
background-color css
<style>
a { background-color: #CE707A; }
a { background-color: rgb(206,112,122); }
div.DivClassName
{
background-color: #CE707A;
}
.BgClassName
{
background-color: #CE707A;
}
</style>
border-color css
<style>
span { border-color: #CE707A; }
span { border-color: rgb(206,112,122); }
td.TdClassName
{
border-color: #CE707A;
}
.TagClassName
{
border-color: #CE707A;
}
</style>