Shades of Charm #CE7A7C
Tints of Charm #CE7A7C
RGB
CMYK
RGB Variations
Color information
#CE7A7C (or 0xCE7A7C) is known color: Charm. HEX triplet: CE, 7A and 7C. RGB value is (206,122,124). Sum of RGB (Red+Green+Blue) = 206+122+124=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7A7C is #318583. Grayscale: #939393. Windows color (decimal): -3245444 or 8157902. OLE color: 8157902.
HSL color Cylindrical-coordinate representation of color #CE7A7C: hue angle of 358.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 #CE7A7C is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 124 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.19 |
| HSL | 358.57º | 0.46% | 0.64% | - |
| HSV(B) | 358.57º | 0.41% | 0.81% | - |
| XYZ | 36.05 | 28.5 | 22.67 | - |
| YUV | 147.34 | 114.83 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 124 | 0 | 0.41 | 0.40 | 0.19 | 358.57 | 0.46 | 0.64 |
| Hex | CE | 7A | 7C | 0 | 29 | 28 | 13 | 167 | 2E | 40 |
| Octal | 316 | 172 | 174 | 0 | 51 | 50 | 23 | 547 | 56 | 100 |
| Binary | 11001110 | 1111010 | 1111100 | 0 | 101001 | 101000 | 10011 | 101100111 | 101110 | 1000000 |
Color Harmonies of #CE7A7C
Complementary color
Monochromatic Colors of #CE7A7C
Black with #CE7A7C
Text Example
Text Example
White with #CE7A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7A7C; }
p { color: rgb(206,122,124); }
H1.HeaderClassName
{
color: #CE7A7C;
}
.AnyTagClassName
{
color: #CE7A7C;
}
</style>
background-color css
<style>
a { background-color: #CE7A7C; }
a { background-color: rgb(206,122,124); }
div.DivClassName
{
background-color: #CE7A7C;
}
.BgClassName
{
background-color: #CE7A7C;
}
</style>
border-color css
<style>
span { border-color: #CE7A7C; }
span { border-color: rgb(206,122,124); }
td.TdClassName
{
border-color: #CE7A7C;
}
.TagClassName
{
border-color: #CE7A7C;
}
</style>