Shades of Charm #CE8188
Tints of Charm #CE8188
RGB
CMYK
RGB Variations
Color information
#CE8188 (or 0xCE8188) is known color: Charm. HEX triplet: CE, 81 and 88. RGB value is (206,129,136). Sum of RGB (Red+Green+Blue) = 206+129+136=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8188 is #317E77. Grayscale: #989898. Windows color (decimal): -3243640 or 8946126. OLE color: 8946126.
HSL color Cylindrical-coordinate representation of color #CE8188: hue angle of 354.55º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE8188 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 136 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.19 |
| HSL | 354.55º | 0.44% | 0.66% | - |
| HSV(B) | 354.55º | 0.37% | 0.81% | - |
| XYZ | 37.75 | 30.6 | 27.21 | - |
| YUV | 152.82 | 118.51 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 136 | 0 | 0.37 | 0.34 | 0.19 | 354.55 | 0.44 | 0.66 |
| Hex | CE | 81 | 88 | 0 | 25 | 22 | 13 | 163 | 2C | 42 |
| Octal | 316 | 201 | 210 | 0 | 45 | 42 | 23 | 543 | 54 | 102 |
| Binary | 11001110 | 10000001 | 10001000 | 0 | 100101 | 100010 | 10011 | 101100011 | 101100 | 1000010 |
Color Harmonies of #CE8188
Complementary color
Monochromatic Colors of #CE8188
Black with #CE8188
Text Example
Text Example
White with #CE8188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8188; }
p { color: rgb(206,129,136); }
H1.HeaderClassName
{
color: #CE8188;
}
.AnyTagClassName
{
color: #CE8188;
}
</style>
background-color css
<style>
a { background-color: #CE8188; }
a { background-color: rgb(206,129,136); }
div.DivClassName
{
background-color: #CE8188;
}
.BgClassName
{
background-color: #CE8188;
}
</style>
border-color css
<style>
span { border-color: #CE8188; }
span { border-color: rgb(206,129,136); }
td.TdClassName
{
border-color: #CE8188;
}
.TagClassName
{
border-color: #CE8188;
}
</style>