Shades of Charm #C4747C
Tints of Charm #C4747C
RGB
CMYK
RGB Variations
Color information
#C4747C (or 0xC4747C) is known color: Charm. HEX triplet: C4, 74 and 7C. RGB value is (196,116,124). Sum of RGB (Red+Green+Blue) = 196+116+124=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C4747C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4747C is #3B8B83. Grayscale: #8C8C8C. Windows color (decimal): -3902340 or 8156356. OLE color: 8156356.
HSL color Cylindrical-coordinate representation of color #C4747C: hue angle of 354º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C4747C is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 116 | 124 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.23 |
| HSL | 354º | 0.4% | 0.61% | - |
| HSV(B) | 354º | 0.41% | 0.77% | - |
| XYZ | 32.65 | 25.68 | 22.31 | - |
| YUV | 140.83 | 118.5 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 116 | 124 | 0 | 0.41 | 0.37 | 0.23 | 354 | 0.4 | 0.61 |
| Hex | C4 | 74 | 7C | 0 | 29 | 25 | 17 | 162 | 28 | 3D |
| Octal | 304 | 164 | 174 | 0 | 51 | 45 | 27 | 542 | 50 | 75 |
| Binary | 11000100 | 1110100 | 1111100 | 0 | 101001 | 100101 | 10111 | 101100010 | 101000 | 111101 |
Color Harmonies of #C4747C
Complementary color
Monochromatic Colors of #C4747C
Black with #C4747C
Text Example
Text Example
White with #C4747C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4747C; }
p { color: rgb(196,116,124); }
H1.HeaderClassName
{
color: #C4747C;
}
.AnyTagClassName
{
color: #C4747C;
}
</style>
background-color css
<style>
a { background-color: #C4747C; }
a { background-color: rgb(196,116,124); }
div.DivClassName
{
background-color: #C4747C;
}
.BgClassName
{
background-color: #C4747C;
}
</style>
border-color css
<style>
span { border-color: #C4747C; }
span { border-color: rgb(196,116,124); }
td.TdClassName
{
border-color: #C4747C;
}
.TagClassName
{
border-color: #C4747C;
}
</style>