Shades of Charm #CE728E
Tints of Charm #CE728E
RGB
CMYK
RGB Variations
Color information
#CE728E (or 0xCE728E) is known color: Charm. HEX triplet: CE, 72 and 8E. RGB value is (206,114,142). Sum of RGB (Red+Green+Blue) = 206+114+142=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE728E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE728E is #318D71. Grayscale: #909090. Windows color (decimal): -3247474 or 9335502. OLE color: 9335502.
HSL color Cylindrical-coordinate representation of color #CE728E: hue angle of 341.74º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE728E is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 114 | 142 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.19 |
| HSL | 341.74º | 0.48% | 0.63% | - |
| HSV(B) | 341.74º | 0.45% | 0.81% | - |
| XYZ | 36.35 | 27.11 | 28.91 | - |
| YUV | 144.7 | 126.48 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 142 | 0 | 0.45 | 0.31 | 0.19 | 341.74 | 0.48 | 0.63 |
| Hex | CE | 72 | 8E | 0 | 2D | 1F | 13 | 156 | 30 | 3F |
| Octal | 316 | 162 | 216 | 0 | 55 | 37 | 23 | 526 | 60 | 77 |
| Binary | 11001110 | 1110010 | 10001110 | 0 | 101101 | 11111 | 10011 | 101010110 | 110000 | 111111 |
Color Harmonies of #CE728E
Complementary color
Monochromatic Colors of #CE728E
Black with #CE728E
Text Example
Text Example
White with #CE728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE728E; }
p { color: rgb(206,114,142); }
H1.HeaderClassName
{
color: #CE728E;
}
.AnyTagClassName
{
color: #CE728E;
}
</style>
background-color css
<style>
a { background-color: #CE728E; }
a { background-color: rgb(206,114,142); }
div.DivClassName
{
background-color: #CE728E;
}
.BgClassName
{
background-color: #CE728E;
}
</style>
border-color css
<style>
span { border-color: #CE728E; }
span { border-color: rgb(206,114,142); }
td.TdClassName
{
border-color: #CE728E;
}
.TagClassName
{
border-color: #CE728E;
}
</style>