Shades of Charm #CE7C83
Tints of Charm #CE7C83
RGB
CMYK
RGB Variations
Color information
#CE7C83 (or 0xCE7C83) is known color: Charm. HEX triplet: CE, 7C and 83. RGB value is (206,124,131). Sum of RGB (Red+Green+Blue) = 206+124+131=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 131 (51.56% from 255 or 28.42% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7C83 is #31837C. Grayscale: #959595. Windows color (decimal): -3244925 or 8617166. OLE color: 8617166.
HSL color Cylindrical-coordinate representation of color #CE7C83: hue angle of 354.88º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE7C83 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 124 | 131 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.19 |
| HSL | 354.88º | 0.46% | 0.65% | - |
| HSV(B) | 354.88º | 0.4% | 0.81% | - |
| XYZ | 36.76 | 29.18 | 25.17 | - |
| YUV | 149.32 | 117.67 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 131 | 0 | 0.40 | 0.36 | 0.19 | 354.88 | 0.46 | 0.65 |
| Hex | CE | 7C | 83 | 0 | 28 | 24 | 13 | 163 | 2E | 41 |
| Octal | 316 | 174 | 203 | 0 | 50 | 44 | 23 | 543 | 56 | 101 |
| Binary | 11001110 | 1111100 | 10000011 | 0 | 101000 | 100100 | 10011 | 101100011 | 101110 | 1000001 |
Color Harmonies of #CE7C83
Complementary color
Monochromatic Colors of #CE7C83
Black with #CE7C83
Text Example
Text Example
White with #CE7C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7C83; }
p { color: rgb(206,124,131); }
H1.HeaderClassName
{
color: #CE7C83;
}
.AnyTagClassName
{
color: #CE7C83;
}
</style>
background-color css
<style>
a { background-color: #CE7C83; }
a { background-color: rgb(206,124,131); }
div.DivClassName
{
background-color: #CE7C83;
}
.BgClassName
{
background-color: #CE7C83;
}
</style>
border-color css
<style>
span { border-color: #CE7C83; }
span { border-color: rgb(206,124,131); }
td.TdClassName
{
border-color: #CE7C83;
}
.TagClassName
{
border-color: #CE7C83;
}
</style>