Shades of Charm #CE8389
Tints of Charm #CE8389
RGB
CMYK
RGB Variations
Color information
#CE8389 (or 0xCE8389) is known color: Charm. HEX triplet: CE, 83 and 89. RGB value is (206,131,137). Sum of RGB (Red+Green+Blue) = 206+131+137=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8389 is #317C76. Grayscale: #9A9A9A. Windows color (decimal): -3243127 or 9012174. OLE color: 9012174.
HSL color Cylindrical-coordinate representation of color #CE8389: hue angle of 355.2º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE8389 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 131 | 137 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.19 |
| HSL | 355.2º | 0.43% | 0.66% | - |
| HSV(B) | 355.2º | 0.36% | 0.81% | - |
| XYZ | 38.09 | 31.16 | 27.67 | - |
| YUV | 154.11 | 118.35 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 131 | 137 | 0 | 0.36 | 0.33 | 0.19 | 355.2 | 0.43 | 0.66 |
| Hex | CE | 83 | 89 | 0 | 24 | 21 | 13 | 163 | 2B | 42 |
| Octal | 316 | 203 | 211 | 0 | 44 | 41 | 23 | 543 | 53 | 102 |
| Binary | 11001110 | 10000011 | 10001001 | 0 | 100100 | 100001 | 10011 | 101100011 | 101011 | 1000010 |
Color Harmonies of #CE8389
Complementary color
Monochromatic Colors of #CE8389
Black with #CE8389
Text Example
Text Example
White with #CE8389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8389; }
p { color: rgb(206,131,137); }
H1.HeaderClassName
{
color: #CE8389;
}
.AnyTagClassName
{
color: #CE8389;
}
</style>
background-color css
<style>
a { background-color: #CE8389; }
a { background-color: rgb(206,131,137); }
div.DivClassName
{
background-color: #CE8389;
}
.BgClassName
{
background-color: #CE8389;
}
</style>
border-color css
<style>
span { border-color: #CE8389; }
span { border-color: rgb(206,131,137); }
td.TdClassName
{
border-color: #CE8389;
}
.TagClassName
{
border-color: #CE8389;
}
</style>