Shades of Charm #CE7281
Tints of Charm #CE7281
RGB
CMYK
RGB Variations
Color information
#CE7281 (or 0xCE7281) is known color: Charm. HEX triplet: CE, 72 and 81. RGB value is (206,114,129). Sum of RGB (Red+Green+Blue) = 206+114+129=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 129 (50.78% from 255 or 28.73% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7281 is #318D7E. Grayscale: #8F8F8F. Windows color (decimal): -3247487 or 8483534. OLE color: 8483534.
HSL color Cylindrical-coordinate representation of color #CE7281: hue angle of 350.22º 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 #CE7281 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 114 | 129 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.19 |
| HSL | 350.22º | 0.48% | 0.63% | - |
| HSV(B) | 350.22º | 0.45% | 0.81% | - |
| XYZ | 35.43 | 26.74 | 24.06 | - |
| YUV | 143.22 | 119.98 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 129 | 0 | 0.45 | 0.37 | 0.19 | 350.22 | 0.48 | 0.63 |
| Hex | CE | 72 | 81 | 0 | 2D | 25 | 13 | 15E | 30 | 3F |
| Octal | 316 | 162 | 201 | 0 | 55 | 45 | 23 | 536 | 60 | 77 |
| Binary | 11001110 | 1110010 | 10000001 | 0 | 101101 | 100101 | 10011 | 101011110 | 110000 | 111111 |
Color Harmonies of #CE7281
Complementary color
Monochromatic Colors of #CE7281
Black with #CE7281
Text Example
Text Example
White with #CE7281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7281; }
p { color: rgb(206,114,129); }
H1.HeaderClassName
{
color: #CE7281;
}
.AnyTagClassName
{
color: #CE7281;
}
</style>
background-color css
<style>
a { background-color: #CE7281; }
a { background-color: rgb(206,114,129); }
div.DivClassName
{
background-color: #CE7281;
}
.BgClassName
{
background-color: #CE7281;
}
</style>
border-color css
<style>
span { border-color: #CE7281; }
span { border-color: rgb(206,114,129); }
td.TdClassName
{
border-color: #CE7281;
}
.TagClassName
{
border-color: #CE7281;
}
</style>