Shades of Charm #CE708B
Tints of Charm #CE708B
RGB
CMYK
RGB Variations
Color information
#CE708B (or 0xCE708B) is known color: Charm. HEX triplet: CE, 70 and 8B. RGB value is (206,112,139). Sum of RGB (Red+Green+Blue) = 206+112+139=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE708B is #318F74. Grayscale: #8F8F8F. Windows color (decimal): -3247989 or 9138382. OLE color: 9138382.
HSL color Cylindrical-coordinate representation of color #CE708B: hue angle of 342.77º 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 #CE708B is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 139 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.19 |
| HSL | 342.77º | 0.49% | 0.62% | - |
| HSV(B) | 342.77º | 0.46% | 0.81% | - |
| XYZ | 35.91 | 26.57 | 27.66 | - |
| YUV | 143.18 | 125.64 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 139 | 0 | 0.46 | 0.33 | 0.19 | 342.77 | 0.49 | 0.62 |
| Hex | CE | 70 | 8B | 0 | 2E | 21 | 13 | 157 | 31 | 3E |
| Octal | 316 | 160 | 213 | 0 | 56 | 41 | 23 | 527 | 61 | 76 |
| Binary | 11001110 | 1110000 | 10001011 | 0 | 101110 | 100001 | 10011 | 101010111 | 110001 | 111110 |
Color Harmonies of #CE708B
Complementary color
Monochromatic Colors of #CE708B
Black with #CE708B
Text Example
Text Example
White with #CE708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE708B; }
p { color: rgb(206,112,139); }
H1.HeaderClassName
{
color: #CE708B;
}
.AnyTagClassName
{
color: #CE708B;
}
</style>
background-color css
<style>
a { background-color: #CE708B; }
a { background-color: rgb(206,112,139); }
div.DivClassName
{
background-color: #CE708B;
}
.BgClassName
{
background-color: #CE708B;
}
</style>
border-color css
<style>
span { border-color: #CE708B; }
span { border-color: rgb(206,112,139); }
td.TdClassName
{
border-color: #CE708B;
}
.TagClassName
{
border-color: #CE708B;
}
</style>