Shades of Charm #CE7A7D
Tints of Charm #CE7A7D
RGB
CMYK
RGB Variations
Color information
#CE7A7D (or 0xCE7A7D) is known color: Charm. HEX triplet: CE, 7A and 7D. RGB value is (206,122,125). Sum of RGB (Red+Green+Blue) = 206+122+125=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7A7D is #318582. Grayscale: #939393. Windows color (decimal): -3245443 or 8223438. OLE color: 8223438.
HSL color Cylindrical-coordinate representation of color #CE7A7D: hue angle of 357.86º 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 #CE7A7D is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 125 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.19 |
| HSL | 357.86º | 0.46% | 0.64% | - |
| HSV(B) | 357.86º | 0.41% | 0.81% | - |
| XYZ | 36.11 | 28.52 | 23 | - |
| YUV | 147.46 | 115.33 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 125 | 0 | 0.41 | 0.39 | 0.19 | 357.86 | 0.46 | 0.64 |
| Hex | CE | 7A | 7D | 0 | 29 | 27 | 13 | 166 | 2E | 40 |
| Octal | 316 | 172 | 175 | 0 | 51 | 47 | 23 | 546 | 56 | 100 |
| Binary | 11001110 | 1111010 | 1111101 | 0 | 101001 | 100111 | 10011 | 101100110 | 101110 | 1000000 |
Color Harmonies of #CE7A7D
Complementary color
Monochromatic Colors of #CE7A7D
Black with #CE7A7D
Text Example
Text Example
White with #CE7A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7A7D; }
p { color: rgb(206,122,125); }
H1.HeaderClassName
{
color: #CE7A7D;
}
.AnyTagClassName
{
color: #CE7A7D;
}
</style>
background-color css
<style>
a { background-color: #CE7A7D; }
a { background-color: rgb(206,122,125); }
div.DivClassName
{
background-color: #CE7A7D;
}
.BgClassName
{
background-color: #CE7A7D;
}
</style>
border-color css
<style>
span { border-color: #CE7A7D; }
span { border-color: rgb(206,122,125); }
td.TdClassName
{
border-color: #CE7A7D;
}
.TagClassName
{
border-color: #CE7A7D;
}
</style>