Shades of Charm #CE7E83
Tints of Charm #CE7E83
RGB
CMYK
RGB Variations
Color information
#CE7E83 (or 0xCE7E83) is known color: Charm. HEX triplet: CE, 7E and 83. RGB value is (206,126,131). Sum of RGB (Red+Green+Blue) = 206+126+131=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7E83 is #31817C. Grayscale: #969696. Windows color (decimal): -3244413 or 8617678. OLE color: 8617678.
HSL color Cylindrical-coordinate representation of color #CE7E83: hue angle of 356.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE7E83 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 126 | 131 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.19 |
| HSL | 356.25º | 0.45% | 0.65% | - |
| HSV(B) | 356.25º | 0.39% | 0.81% | - |
| XYZ | 37.01 | 29.68 | 25.25 | - |
| YUV | 150.49 | 117 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 126 | 131 | 0 | 0.39 | 0.36 | 0.19 | 356.25 | 0.45 | 0.65 |
| Hex | CE | 7E | 83 | 0 | 27 | 24 | 13 | 164 | 2D | 41 |
| Octal | 316 | 176 | 203 | 0 | 47 | 44 | 23 | 544 | 55 | 101 |
| Binary | 11001110 | 1111110 | 10000011 | 0 | 100111 | 100100 | 10011 | 101100100 | 101101 | 1000001 |
Color Harmonies of #CE7E83
Complementary color
Monochromatic Colors of #CE7E83
Black with #CE7E83
Text Example
Text Example
White with #CE7E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7E83; }
p { color: rgb(206,126,131); }
H1.HeaderClassName
{
color: #CE7E83;
}
.AnyTagClassName
{
color: #CE7E83;
}
</style>
background-color css
<style>
a { background-color: #CE7E83; }
a { background-color: rgb(206,126,131); }
div.DivClassName
{
background-color: #CE7E83;
}
.BgClassName
{
background-color: #CE7E83;
}
</style>
border-color css
<style>
span { border-color: #CE7E83; }
span { border-color: rgb(206,126,131); }
td.TdClassName
{
border-color: #CE7E83;
}
.TagClassName
{
border-color: #CE7E83;
}
</style>