Shades of Charm #CE818D
Tints of Charm #CE818D
RGB
CMYK
RGB Variations
Color information
#CE818D (or 0xCE818D) is known color: Charm. HEX triplet: CE, 81 and 8D. RGB value is (206,129,141). Sum of RGB (Red+Green+Blue) = 206+129+141=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE818D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE818D is #317E72. Grayscale: #999999. Windows color (decimal): -3243635 or 9273806. OLE color: 9273806.
HSL color Cylindrical-coordinate representation of color #CE818D: hue angle of 350.65º 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 #CE818D is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 141 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.19 |
| HSL | 350.65º | 0.44% | 0.66% | - |
| HSV(B) | 350.65º | 0.37% | 0.81% | - |
| XYZ | 38.11 | 30.75 | 29.13 | - |
| YUV | 153.39 | 121.01 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 141 | 0 | 0.37 | 0.32 | 0.19 | 350.65 | 0.44 | 0.66 |
| Hex | CE | 81 | 8D | 0 | 25 | 20 | 13 | 15F | 2C | 42 |
| Octal | 316 | 201 | 215 | 0 | 45 | 40 | 23 | 537 | 54 | 102 |
| Binary | 11001110 | 10000001 | 10001101 | 0 | 100101 | 100000 | 10011 | 101011111 | 101100 | 1000010 |
Color Harmonies of #CE818D
Complementary color
Monochromatic Colors of #CE818D
Black with #CE818D
Text Example
Text Example
White with #CE818D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE818D; }
p { color: rgb(206,129,141); }
H1.HeaderClassName
{
color: #CE818D;
}
.AnyTagClassName
{
color: #CE818D;
}
</style>
background-color css
<style>
a { background-color: #CE818D; }
a { background-color: rgb(206,129,141); }
div.DivClassName
{
background-color: #CE818D;
}
.BgClassName
{
background-color: #CE818D;
}
</style>
border-color css
<style>
span { border-color: #CE818D; }
span { border-color: rgb(206,129,141); }
td.TdClassName
{
border-color: #CE818D;
}
.TagClassName
{
border-color: #CE818D;
}
</style>