Shades of Charm #CE747A
Tints of Charm #CE747A
RGB
CMYK
RGB Variations
Color information
#CE747A (or 0xCE747A) is known color: Charm. HEX triplet: CE, 74 and 7A. RGB value is (206,116,122). Sum of RGB (Red+Green+Blue) = 206+116+122=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE747A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE747A is #318B85. Grayscale: #8F8F8F. Windows color (decimal): -3246982 or 8025294. OLE color: 8025294.
HSL color Cylindrical-coordinate representation of color #CE747A: hue angle of 356º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE747A is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 116 | 122 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.19 |
| HSL | 356º | 0.48% | 0.63% | - |
| HSV(B) | 356º | 0.44% | 0.81% | - |
| XYZ | 35.21 | 27.02 | 21.77 | - |
| YUV | 143.59 | 115.82 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 122 | 0 | 0.44 | 0.41 | 0.19 | 356 | 0.48 | 0.63 |
| Hex | CE | 74 | 7A | 0 | 2C | 29 | 13 | 164 | 30 | 3F |
| Octal | 316 | 164 | 172 | 0 | 54 | 51 | 23 | 544 | 60 | 77 |
| Binary | 11001110 | 1110100 | 1111010 | 0 | 101100 | 101001 | 10011 | 101100100 | 110000 | 111111 |
Color Harmonies of #CE747A
Complementary color
Monochromatic Colors of #CE747A
Black with #CE747A
Text Example
Text Example
White with #CE747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE747A; }
p { color: rgb(206,116,122); }
H1.HeaderClassName
{
color: #CE747A;
}
.AnyTagClassName
{
color: #CE747A;
}
</style>
background-color css
<style>
a { background-color: #CE747A; }
a { background-color: rgb(206,116,122); }
div.DivClassName
{
background-color: #CE747A;
}
.BgClassName
{
background-color: #CE747A;
}
</style>
border-color css
<style>
span { border-color: #CE747A; }
span { border-color: rgb(206,116,122); }
td.TdClassName
{
border-color: #CE747A;
}
.TagClassName
{
border-color: #CE747A;
}
</style>