Shades of Charm #C4717A
Tints of Charm #C4717A
RGB
CMYK
RGB Variations
Color information
#C4717A (or 0xC4717A) is known color: Charm. HEX triplet: C4, 71 and 7A. RGB value is (196,113,122). Sum of RGB (Red+Green+Blue) = 196+113+122=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C4717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4717A is #3B8E85. Grayscale: #8A8A8A. Windows color (decimal): -3903110 or 8024516. OLE color: 8024516.
HSL color Cylindrical-coordinate representation of color #C4717A: hue angle of 353.49º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C4717A is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 113 | 122 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.23 |
| HSL | 353.49º | 0.41% | 0.61% | - |
| HSV(B) | 353.49º | 0.42% | 0.77% | - |
| XYZ | 32.18 | 24.95 | 21.53 | - |
| YUV | 138.84 | 118.5 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 122 | 0 | 0.42 | 0.38 | 0.23 | 353.49 | 0.41 | 0.61 |
| Hex | C4 | 71 | 7A | 0 | 2A | 26 | 17 | 161 | 29 | 3D |
| Octal | 304 | 161 | 172 | 0 | 52 | 46 | 27 | 541 | 51 | 75 |
| Binary | 11000100 | 1110001 | 1111010 | 0 | 101010 | 100110 | 10111 | 101100001 | 101001 | 111101 |
Color Harmonies of #C4717A
Complementary color
Monochromatic Colors of #C4717A
Black with #C4717A
Text Example
Text Example
White with #C4717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4717A; }
p { color: rgb(196,113,122); }
H1.HeaderClassName
{
color: #C4717A;
}
.AnyTagClassName
{
color: #C4717A;
}
</style>
background-color css
<style>
a { background-color: #C4717A; }
a { background-color: rgb(196,113,122); }
div.DivClassName
{
background-color: #C4717A;
}
.BgClassName
{
background-color: #C4717A;
}
</style>
border-color css
<style>
span { border-color: #C4717A; }
span { border-color: rgb(196,113,122); }
td.TdClassName
{
border-color: #C4717A;
}
.TagClassName
{
border-color: #C4717A;
}
</style>