Shades of Charm #CE8083
Tints of Charm #CE8083
RGB
CMYK
RGB Variations
Color information
#CE8083 (or 0xCE8083) is known color: Charm. HEX triplet: CE, 80 and 83. RGB value is (206,128,131). Sum of RGB (Red+Green+Blue) = 206+128+131=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8083 is #317F7C. Grayscale: #979797. Windows color (decimal): -3243901 or 8618190. OLE color: 8618190.
HSL color Cylindrical-coordinate representation of color #CE8083: hue angle of 357.69º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE8083 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 131 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.19 |
| HSL | 357.69º | 0.44% | 0.65% | - |
| HSV(B) | 357.69º | 0.38% | 0.81% | - |
| XYZ | 37.27 | 30.2 | 25.34 | - |
| YUV | 151.66 | 116.34 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 131 | 0 | 0.38 | 0.36 | 0.19 | 357.69 | 0.44 | 0.65 |
| Hex | CE | 80 | 83 | 0 | 26 | 24 | 13 | 166 | 2C | 41 |
| Octal | 316 | 200 | 203 | 0 | 46 | 44 | 23 | 546 | 54 | 101 |
| Binary | 11001110 | 10000000 | 10000011 | 0 | 100110 | 100100 | 10011 | 101100110 | 101100 | 1000001 |
Color Harmonies of #CE8083
Complementary color
Monochromatic Colors of #CE8083
Black with #CE8083
Text Example
Text Example
White with #CE8083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8083; }
p { color: rgb(206,128,131); }
H1.HeaderClassName
{
color: #CE8083;
}
.AnyTagClassName
{
color: #CE8083;
}
</style>
background-color css
<style>
a { background-color: #CE8083; }
a { background-color: rgb(206,128,131); }
div.DivClassName
{
background-color: #CE8083;
}
.BgClassName
{
background-color: #CE8083;
}
</style>
border-color css
<style>
span { border-color: #CE8083; }
span { border-color: rgb(206,128,131); }
td.TdClassName
{
border-color: #CE8083;
}
.TagClassName
{
border-color: #CE8083;
}
</style>