Shades of Charm #CE7A7B
Tints of Charm #CE7A7B
RGB
CMYK
RGB Variations
Color information
#CE7A7B (or 0xCE7A7B) is known color: Charm. HEX triplet: CE, 7A and 7B. RGB value is (206,122,123). Sum of RGB (Red+Green+Blue) = 206+122+123=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7A7B is #318584. Grayscale: #939393. Windows color (decimal): -3245445 or 8092366. OLE color: 8092366.
HSL color Cylindrical-coordinate representation of color #CE7A7B: hue angle of 359.29º 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 #CE7A7B is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 123 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.19 |
| HSL | 359.29º | 0.46% | 0.64% | - |
| HSV(B) | 359.29º | 0.41% | 0.81% | - |
| XYZ | 35.99 | 28.47 | 22.34 | - |
| YUV | 147.23 | 114.33 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 123 | 0 | 0.41 | 0.40 | 0.19 | 359.29 | 0.46 | 0.64 |
| Hex | CE | 7A | 7B | 0 | 29 | 28 | 13 | 167 | 2E | 40 |
| Octal | 316 | 172 | 173 | 0 | 51 | 50 | 23 | 547 | 56 | 100 |
| Binary | 11001110 | 1111010 | 1111011 | 0 | 101001 | 101000 | 10011 | 101100111 | 101110 | 1000000 |
Color Harmonies of #CE7A7B
Complementary color
Monochromatic Colors of #CE7A7B
Black with #CE7A7B
Text Example
Text Example
White with #CE7A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7A7B; }
p { color: rgb(206,122,123); }
H1.HeaderClassName
{
color: #CE7A7B;
}
.AnyTagClassName
{
color: #CE7A7B;
}
</style>
background-color css
<style>
a { background-color: #CE7A7B; }
a { background-color: rgb(206,122,123); }
div.DivClassName
{
background-color: #CE7A7B;
}
.BgClassName
{
background-color: #CE7A7B;
}
</style>
border-color css
<style>
span { border-color: #CE7A7B; }
span { border-color: rgb(206,122,123); }
td.TdClassName
{
border-color: #CE7A7B;
}
.TagClassName
{
border-color: #CE7A7B;
}
</style>