Shades of Charm #CE7C7E
Tints of Charm #CE7C7E
RGB
CMYK
RGB Variations
Color information
#CE7C7E (or 0xCE7C7E) is known color: Charm. HEX triplet: CE, 7C and 7E. RGB value is (206,124,126). Sum of RGB (Red+Green+Blue) = 206+124+126=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7C7E is #318381. Grayscale: #949494. Windows color (decimal): -3244930 or 8289486. OLE color: 8289486.
HSL color Cylindrical-coordinate representation of color #CE7C7E: hue angle of 358.54º 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 #CE7C7E is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 124 | 126 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.19 |
| HSL | 358.54º | 0.46% | 0.65% | - |
| HSV(B) | 358.54º | 0.4% | 0.81% | - |
| XYZ | 36.43 | 29.04 | 23.42 | - |
| YUV | 148.75 | 115.17 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 126 | 0 | 0.40 | 0.39 | 0.19 | 358.54 | 0.46 | 0.65 |
| Hex | CE | 7C | 7E | 0 | 28 | 27 | 13 | 167 | 2E | 41 |
| Octal | 316 | 174 | 176 | 0 | 50 | 47 | 23 | 547 | 56 | 101 |
| Binary | 11001110 | 1111100 | 1111110 | 0 | 101000 | 100111 | 10011 | 101100111 | 101110 | 1000001 |
Color Harmonies of #CE7C7E
Complementary color
Monochromatic Colors of #CE7C7E
Black with #CE7C7E
Text Example
Text Example
White with #CE7C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7C7E; }
p { color: rgb(206,124,126); }
H1.HeaderClassName
{
color: #CE7C7E;
}
.AnyTagClassName
{
color: #CE7C7E;
}
</style>
background-color css
<style>
a { background-color: #CE7C7E; }
a { background-color: rgb(206,124,126); }
div.DivClassName
{
background-color: #CE7C7E;
}
.BgClassName
{
background-color: #CE7C7E;
}
</style>
border-color css
<style>
span { border-color: #CE7C7E; }
span { border-color: rgb(206,124,126); }
td.TdClassName
{
border-color: #CE7C7E;
}
.TagClassName
{
border-color: #CE7C7E;
}
</style>