Shades of Charm #CE727B
Tints of Charm #CE727B
RGB
CMYK
RGB Variations
Color information
#CE727B (or 0xCE727B) is known color: Charm. HEX triplet: CE, 72 and 7B. RGB value is (206,114,123). Sum of RGB (Red+Green+Blue) = 206+114+123=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE727B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE727B is #318D84. Grayscale: #8E8E8E. Windows color (decimal): -3247493 or 8090318. OLE color: 8090318.
HSL color Cylindrical-coordinate representation of color #CE727B: hue angle of 354.13º 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 #CE727B is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 114 | 123 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.19 |
| HSL | 354.13º | 0.48% | 0.63% | - |
| HSV(B) | 354.13º | 0.45% | 0.81% | - |
| XYZ | 35.05 | 26.59 | 22.02 | - |
| YUV | 142.53 | 116.98 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 123 | 0 | 0.45 | 0.40 | 0.19 | 354.13 | 0.48 | 0.63 |
| Hex | CE | 72 | 7B | 0 | 2D | 28 | 13 | 162 | 30 | 3F |
| Octal | 316 | 162 | 173 | 0 | 55 | 50 | 23 | 542 | 60 | 77 |
| Binary | 11001110 | 1110010 | 1111011 | 0 | 101101 | 101000 | 10011 | 101100010 | 110000 | 111111 |
Color Harmonies of #CE727B
Complementary color
Monochromatic Colors of #CE727B
Black with #CE727B
Text Example
Text Example
White with #CE727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE727B; }
p { color: rgb(206,114,123); }
H1.HeaderClassName
{
color: #CE727B;
}
.AnyTagClassName
{
color: #CE727B;
}
</style>
background-color css
<style>
a { background-color: #CE727B; }
a { background-color: rgb(206,114,123); }
div.DivClassName
{
background-color: #CE727B;
}
.BgClassName
{
background-color: #CE727B;
}
</style>
border-color css
<style>
span { border-color: #CE727B; }
span { border-color: rgb(206,114,123); }
td.TdClassName
{
border-color: #CE727B;
}
.TagClassName
{
border-color: #CE727B;
}
</style>