Shades of Charm #CE7A83
Tints of Charm #CE7A83
RGB
CMYK
RGB Variations
Color information
#CE7A83 (or 0xCE7A83) is known color: Charm. HEX triplet: CE, 7A and 83. RGB value is (206,122,131). Sum of RGB (Red+Green+Blue) = 206+122+131=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7A83 is #31857C. Grayscale: #949494. Windows color (decimal): -3245437 or 8616654. OLE color: 8616654.
HSL color Cylindrical-coordinate representation of color #CE7A83: hue angle of 353.57º 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 #CE7A83 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 131 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.19 |
| HSL | 353.57º | 0.46% | 0.64% | - |
| HSV(B) | 353.57º | 0.41% | 0.81% | - |
| XYZ | 36.51 | 28.68 | 25.08 | - |
| YUV | 148.14 | 118.33 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 131 | 0 | 0.41 | 0.36 | 0.19 | 353.57 | 0.46 | 0.64 |
| Hex | CE | 7A | 83 | 0 | 29 | 24 | 13 | 162 | 2E | 40 |
| Octal | 316 | 172 | 203 | 0 | 51 | 44 | 23 | 542 | 56 | 100 |
| Binary | 11001110 | 1111010 | 10000011 | 0 | 101001 | 100100 | 10011 | 101100010 | 101110 | 1000000 |
Color Harmonies of #CE7A83
Complementary color
Monochromatic Colors of #CE7A83
Black with #CE7A83
Text Example
Text Example
White with #CE7A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7A83; }
p { color: rgb(206,122,131); }
H1.HeaderClassName
{
color: #CE7A83;
}
.AnyTagClassName
{
color: #CE7A83;
}
</style>
background-color css
<style>
a { background-color: #CE7A83; }
a { background-color: rgb(206,122,131); }
div.DivClassName
{
background-color: #CE7A83;
}
.BgClassName
{
background-color: #CE7A83;
}
</style>
border-color css
<style>
span { border-color: #CE7A83; }
span { border-color: rgb(206,122,131); }
td.TdClassName
{
border-color: #CE7A83;
}
.TagClassName
{
border-color: #CE7A83;
}
</style>