Shades of Charm #CE708A
Tints of Charm #CE708A
RGB
CMYK
RGB Variations
Color information
#CE708A (or 0xCE708A) is known color: Charm. HEX triplet: CE, 70 and 8A. RGB value is (206,112,138). Sum of RGB (Red+Green+Blue) = 206+112+138=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE708A is #318F75. Grayscale: #8F8F8F. Windows color (decimal): -3247990 or 9072846. OLE color: 9072846.
HSL color Cylindrical-coordinate representation of color #CE708A: hue angle of 343.4º 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 #CE708A is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 138 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.19 |
| HSL | 343.4º | 0.49% | 0.62% | - |
| HSV(B) | 343.4º | 0.46% | 0.81% | - |
| XYZ | 35.84 | 26.55 | 27.28 | - |
| YUV | 143.07 | 125.14 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 138 | 0 | 0.46 | 0.33 | 0.19 | 343.4 | 0.49 | 0.62 |
| Hex | CE | 70 | 8A | 0 | 2E | 21 | 13 | 157 | 31 | 3E |
| Octal | 316 | 160 | 212 | 0 | 56 | 41 | 23 | 527 | 61 | 76 |
| Binary | 11001110 | 1110000 | 10001010 | 0 | 101110 | 100001 | 10011 | 101010111 | 110001 | 111110 |
Color Harmonies of #CE708A
Complementary color
Monochromatic Colors of #CE708A
Black with #CE708A
Text Example
Text Example
White with #CE708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE708A; }
p { color: rgb(206,112,138); }
H1.HeaderClassName
{
color: #CE708A;
}
.AnyTagClassName
{
color: #CE708A;
}
</style>
background-color css
<style>
a { background-color: #CE708A; }
a { background-color: rgb(206,112,138); }
div.DivClassName
{
background-color: #CE708A;
}
.BgClassName
{
background-color: #CE708A;
}
</style>
border-color css
<style>
span { border-color: #CE708A; }
span { border-color: rgb(206,112,138); }
td.TdClassName
{
border-color: #CE708A;
}
.TagClassName
{
border-color: #CE708A;
}
</style>