Shades of Charm #CE7A84
Tints of Charm #CE7A84
RGB
CMYK
RGB Variations
Color information
#CE7A84 (or 0xCE7A84) is known color: Charm. HEX triplet: CE, 7A and 84. RGB value is (206,122,132). Sum of RGB (Red+Green+Blue) = 206+122+132=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 132 (51.95% from 255 or 28.70% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7A84 is #31857B. Grayscale: #949494. Windows color (decimal): -3245436 or 8682190. OLE color: 8682190.
HSL color Cylindrical-coordinate representation of color #CE7A84: hue angle of 352.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE7A84 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 132 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.19 |
| HSL | 352.86º | 0.46% | 0.64% | - |
| HSV(B) | 352.86º | 0.41% | 0.81% | - |
| XYZ | 36.58 | 28.71 | 25.44 | - |
| YUV | 148.26 | 118.83 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 132 | 0 | 0.41 | 0.36 | 0.19 | 352.86 | 0.46 | 0.64 |
| Hex | CE | 7A | 84 | 0 | 29 | 24 | 13 | 161 | 2E | 40 |
| Octal | 316 | 172 | 204 | 0 | 51 | 44 | 23 | 541 | 56 | 100 |
| Binary | 11001110 | 1111010 | 10000100 | 0 | 101001 | 100100 | 10011 | 101100001 | 101110 | 1000000 |
Color Harmonies of #CE7A84
Complementary color
Monochromatic Colors of #CE7A84
Black with #CE7A84
Text Example
Text Example
White with #CE7A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7A84; }
p { color: rgb(206,122,132); }
H1.HeaderClassName
{
color: #CE7A84;
}
.AnyTagClassName
{
color: #CE7A84;
}
</style>
background-color css
<style>
a { background-color: #CE7A84; }
a { background-color: rgb(206,122,132); }
div.DivClassName
{
background-color: #CE7A84;
}
.BgClassName
{
background-color: #CE7A84;
}
</style>
border-color css
<style>
span { border-color: #CE7A84; }
span { border-color: rgb(206,122,132); }
td.TdClassName
{
border-color: #CE7A84;
}
.TagClassName
{
border-color: #CE7A84;
}
</style>