Shades of Charm #CE8287
Tints of Charm #CE8287
RGB
CMYK
RGB Variations
Color information
#CE8287 (or 0xCE8287) is known color: Charm. HEX triplet: CE, 82 and 87. RGB value is (206,130,135). Sum of RGB (Red+Green+Blue) = 206+130+135=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8287 is #317D78. Grayscale: #999999. Windows color (decimal): -3243385 or 8880846. OLE color: 8880846.
HSL color Cylindrical-coordinate representation of color #CE8287: hue angle of 356.05º 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 #CE8287 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 130 | 135 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.19 |
| HSL | 356.05º | 0.44% | 0.66% | - |
| HSV(B) | 356.05º | 0.37% | 0.81% | - |
| XYZ | 37.81 | 30.84 | 26.88 | - |
| YUV | 153.29 | 117.68 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 135 | 0 | 0.37 | 0.34 | 0.19 | 356.05 | 0.44 | 0.66 |
| Hex | CE | 82 | 87 | 0 | 25 | 22 | 13 | 164 | 2C | 42 |
| Octal | 316 | 202 | 207 | 0 | 45 | 42 | 23 | 544 | 54 | 102 |
| Binary | 11001110 | 10000010 | 10000111 | 0 | 100101 | 100010 | 10011 | 101100100 | 101100 | 1000010 |
Color Harmonies of #CE8287
Complementary color
Monochromatic Colors of #CE8287
Black with #CE8287
Text Example
Text Example
White with #CE8287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8287; }
p { color: rgb(206,130,135); }
H1.HeaderClassName
{
color: #CE8287;
}
.AnyTagClassName
{
color: #CE8287;
}
</style>
background-color css
<style>
a { background-color: #CE8287; }
a { background-color: rgb(206,130,135); }
div.DivClassName
{
background-color: #CE8287;
}
.BgClassName
{
background-color: #CE8287;
}
</style>
border-color css
<style>
span { border-color: #CE8287; }
span { border-color: rgb(206,130,135); }
td.TdClassName
{
border-color: #CE8287;
}
.TagClassName
{
border-color: #CE8287;
}
</style>