Shades of Charm #CE7E7F
Tints of Charm #CE7E7F
RGB
CMYK
RGB Variations
Color information
#CE7E7F (or 0xCE7E7F) is known color: Charm. HEX triplet: CE, 7E and 7F. RGB value is (206,126,127). Sum of RGB (Red+Green+Blue) = 206+126+127=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7E7F is #318180. Grayscale: #969696. Windows color (decimal): -3244417 or 8355534. OLE color: 8355534.
HSL color Cylindrical-coordinate representation of color #CE7E7F: hue angle of 359.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 #CE7E7F is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 126 | 127 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.19 |
| HSL | 359.25º | 0.45% | 0.65% | - |
| HSV(B) | 359.25º | 0.39% | 0.81% | - |
| XYZ | 36.75 | 29.58 | 23.85 | - |
| YUV | 150.03 | 115 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 126 | 127 | 0 | 0.39 | 0.38 | 0.19 | 359.25 | 0.45 | 0.65 |
| Hex | CE | 7E | 7F | 0 | 27 | 26 | 13 | 167 | 2D | 41 |
| Octal | 316 | 176 | 177 | 0 | 47 | 46 | 23 | 547 | 55 | 101 |
| Binary | 11001110 | 1111110 | 1111111 | 0 | 100111 | 100110 | 10011 | 101100111 | 101101 | 1000001 |
Color Harmonies of #CE7E7F
Complementary color
Monochromatic Colors of #CE7E7F
Black with #CE7E7F
Text Example
Text Example
White with #CE7E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7E7F; }
p { color: rgb(206,126,127); }
H1.HeaderClassName
{
color: #CE7E7F;
}
.AnyTagClassName
{
color: #CE7E7F;
}
</style>
background-color css
<style>
a { background-color: #CE7E7F; }
a { background-color: rgb(206,126,127); }
div.DivClassName
{
background-color: #CE7E7F;
}
.BgClassName
{
background-color: #CE7E7F;
}
</style>
border-color css
<style>
span { border-color: #CE7E7F; }
span { border-color: rgb(206,126,127); }
td.TdClassName
{
border-color: #CE7E7F;
}
.TagClassName
{
border-color: #CE7E7F;
}
</style>