Shades of Charm #C4747B
Tints of Charm #C4747B
RGB
CMYK
RGB Variations
Color information
#C4747B (or 0xC4747B) is known color: Charm. HEX triplet: C4, 74 and 7B. RGB value is (196,116,123). Sum of RGB (Red+Green+Blue) = 196+116+123=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C4747B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4747B is #3B8B84. Grayscale: #8C8C8C. Windows color (decimal): -3902341 or 8090820. OLE color: 8090820.
HSL color Cylindrical-coordinate representation of color #C4747B: hue angle of 354.75º 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 #C4747B is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 116 | 123 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.23 |
| HSL | 354.75º | 0.4% | 0.61% | - |
| HSV(B) | 354.75º | 0.41% | 0.77% | - |
| XYZ | 32.59 | 25.66 | 21.97 | - |
| YUV | 140.72 | 118 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 116 | 123 | 0 | 0.41 | 0.37 | 0.23 | 354.75 | 0.4 | 0.61 |
| Hex | C4 | 74 | 7B | 0 | 29 | 25 | 17 | 163 | 28 | 3D |
| Octal | 304 | 164 | 173 | 0 | 51 | 45 | 27 | 543 | 50 | 75 |
| Binary | 11000100 | 1110100 | 1111011 | 0 | 101001 | 100101 | 10111 | 101100011 | 101000 | 111101 |
Color Harmonies of #C4747B
Complementary color
Monochromatic Colors of #C4747B
Black with #C4747B
Text Example
Text Example
White with #C4747B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4747B; }
p { color: rgb(196,116,123); }
H1.HeaderClassName
{
color: #C4747B;
}
.AnyTagClassName
{
color: #C4747B;
}
</style>
background-color css
<style>
a { background-color: #C4747B; }
a { background-color: rgb(196,116,123); }
div.DivClassName
{
background-color: #C4747B;
}
.BgClassName
{
background-color: #C4747B;
}
</style>
border-color css
<style>
span { border-color: #C4747B; }
span { border-color: rgb(196,116,123); }
td.TdClassName
{
border-color: #C4747B;
}
.TagClassName
{
border-color: #C4747B;
}
</style>