Shades of Charm #CE8185
Tints of Charm #CE8185
RGB
CMYK
RGB Variations
Color information
#CE8185 (or 0xCE8185) is known color: Charm. HEX triplet: CE, 81 and 85. RGB value is (206,129,133). Sum of RGB (Red+Green+Blue) = 206+129+133=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8185 is #317E7A. Grayscale: #989898. Windows color (decimal): -3243643 or 8749518. OLE color: 8749518.
HSL color Cylindrical-coordinate representation of color #CE8185: hue angle of 356.88º 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 #CE8185 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 133 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.19 |
| HSL | 356.88º | 0.44% | 0.66% | - |
| HSV(B) | 356.88º | 0.37% | 0.81% | - |
| XYZ | 37.54 | 30.52 | 26.1 | - |
| YUV | 152.48 | 117.01 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 133 | 0 | 0.37 | 0.35 | 0.19 | 356.88 | 0.44 | 0.66 |
| Hex | CE | 81 | 85 | 0 | 25 | 23 | 13 | 165 | 2C | 42 |
| Octal | 316 | 201 | 205 | 0 | 45 | 43 | 23 | 545 | 54 | 102 |
| Binary | 11001110 | 10000001 | 10000101 | 0 | 100101 | 100011 | 10011 | 101100101 | 101100 | 1000010 |
Color Harmonies of #CE8185
Complementary color
Monochromatic Colors of #CE8185
Black with #CE8185
Text Example
Text Example
White with #CE8185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8185; }
p { color: rgb(206,129,133); }
H1.HeaderClassName
{
color: #CE8185;
}
.AnyTagClassName
{
color: #CE8185;
}
</style>
background-color css
<style>
a { background-color: #CE8185; }
a { background-color: rgb(206,129,133); }
div.DivClassName
{
background-color: #CE8185;
}
.BgClassName
{
background-color: #CE8185;
}
</style>
border-color css
<style>
span { border-color: #CE8185; }
span { border-color: rgb(206,129,133); }
td.TdClassName
{
border-color: #CE8185;
}
.TagClassName
{
border-color: #CE8185;
}
</style>