Shades of Charm #CE7289
Tints of Charm #CE7289
RGB
CMYK
RGB Variations
Color information
#CE7289 (or 0xCE7289) is known color: Charm. HEX triplet: CE, 72 and 89. RGB value is (206,114,137). Sum of RGB (Red+Green+Blue) = 206+114+137=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7289 is #318D76. Grayscale: #909090. Windows color (decimal): -3247479 or 9007822. OLE color: 9007822.
HSL color Cylindrical-coordinate representation of color #CE7289: hue angle of 345º 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 #CE7289 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 114 | 137 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.19 |
| HSL | 345º | 0.48% | 0.63% | - |
| HSV(B) | 345º | 0.45% | 0.81% | - |
| XYZ | 35.99 | 26.96 | 26.97 | - |
| YUV | 144.13 | 123.98 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 137 | 0 | 0.45 | 0.33 | 0.19 | 345 | 0.48 | 0.63 |
| Hex | CE | 72 | 89 | 0 | 2D | 21 | 13 | 159 | 30 | 3F |
| Octal | 316 | 162 | 211 | 0 | 55 | 41 | 23 | 531 | 60 | 77 |
| Binary | 11001110 | 1110010 | 10001001 | 0 | 101101 | 100001 | 10011 | 101011001 | 110000 | 111111 |
Color Harmonies of #CE7289
Complementary color
Monochromatic Colors of #CE7289
Black with #CE7289
Text Example
Text Example
White with #CE7289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7289; }
p { color: rgb(206,114,137); }
H1.HeaderClassName
{
color: #CE7289;
}
.AnyTagClassName
{
color: #CE7289;
}
</style>
background-color css
<style>
a { background-color: #CE7289; }
a { background-color: rgb(206,114,137); }
div.DivClassName
{
background-color: #CE7289;
}
.BgClassName
{
background-color: #CE7289;
}
</style>
border-color css
<style>
span { border-color: #CE7289; }
span { border-color: rgb(206,114,137); }
td.TdClassName
{
border-color: #CE7289;
}
.TagClassName
{
border-color: #CE7289;
}
</style>