Shades of Charm #CE7482
Tints of Charm #CE7482
RGB
CMYK
RGB Variations
Color information
#CE7482 (or 0xCE7482) is known color: Charm. HEX triplet: CE, 74 and 82. RGB value is (206,116,130). Sum of RGB (Red+Green+Blue) = 206+116+130=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7482 is #318B7D. Grayscale: #909090. Windows color (decimal): -3246974 or 8549582. OLE color: 8549582.
HSL color Cylindrical-coordinate representation of color #CE7482: hue angle of 350.67º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE7482 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 116 | 130 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.19 |
| HSL | 350.67º | 0.48% | 0.63% | - |
| HSV(B) | 350.67º | 0.44% | 0.81% | - |
| XYZ | 35.73 | 27.22 | 24.49 | - |
| YUV | 144.51 | 119.82 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 130 | 0 | 0.44 | 0.37 | 0.19 | 350.67 | 0.48 | 0.63 |
| Hex | CE | 74 | 82 | 0 | 2C | 25 | 13 | 15F | 30 | 3F |
| Octal | 316 | 164 | 202 | 0 | 54 | 45 | 23 | 537 | 60 | 77 |
| Binary | 11001110 | 1110100 | 10000010 | 0 | 101100 | 100101 | 10011 | 101011111 | 110000 | 111111 |
Color Harmonies of #CE7482
Complementary color
Monochromatic Colors of #CE7482
Black with #CE7482
Text Example
Text Example
White with #CE7482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7482; }
p { color: rgb(206,116,130); }
H1.HeaderClassName
{
color: #CE7482;
}
.AnyTagClassName
{
color: #CE7482;
}
</style>
background-color css
<style>
a { background-color: #CE7482; }
a { background-color: rgb(206,116,130); }
div.DivClassName
{
background-color: #CE7482;
}
.BgClassName
{
background-color: #CE7482;
}
</style>
border-color css
<style>
span { border-color: #CE7482; }
span { border-color: rgb(206,116,130); }
td.TdClassName
{
border-color: #CE7482;
}
.TagClassName
{
border-color: #CE7482;
}
</style>