Shades of Charm #C4717D
Tints of Charm #C4717D
RGB
CMYK
RGB Variations
Color information
#C4717D (or 0xC4717D) is known color: Charm. HEX triplet: C4, 71 and 7D. RGB value is (196,113,125). Sum of RGB (Red+Green+Blue) = 196+113+125=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C4717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4717D is #3B8E82. Grayscale: #8B8B8B. Windows color (decimal): -3903107 or 8221124. OLE color: 8221124.
HSL color Cylindrical-coordinate representation of color #C4717D: hue angle of 351.33º 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 #C4717D is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 113 | 125 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.23 |
| HSL | 351.33º | 0.41% | 0.61% | - |
| HSV(B) | 351.33º | 0.42% | 0.77% | - |
| XYZ | 32.37 | 25.03 | 22.53 | - |
| YUV | 139.19 | 120 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 125 | 0 | 0.42 | 0.36 | 0.23 | 351.33 | 0.41 | 0.61 |
| Hex | C4 | 71 | 7D | 0 | 2A | 24 | 17 | 15F | 29 | 3D |
| Octal | 304 | 161 | 175 | 0 | 52 | 44 | 27 | 537 | 51 | 75 |
| Binary | 11000100 | 1110001 | 1111101 | 0 | 101010 | 100100 | 10111 | 101011111 | 101001 | 111101 |
Color Harmonies of #C4717D
Complementary color
Monochromatic Colors of #C4717D
Black with #C4717D
Text Example
Text Example
White with #C4717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4717D; }
p { color: rgb(196,113,125); }
H1.HeaderClassName
{
color: #C4717D;
}
.AnyTagClassName
{
color: #C4717D;
}
</style>
background-color css
<style>
a { background-color: #C4717D; }
a { background-color: rgb(196,113,125); }
div.DivClassName
{
background-color: #C4717D;
}
.BgClassName
{
background-color: #C4717D;
}
</style>
border-color css
<style>
span { border-color: #C4717D; }
span { border-color: rgb(196,113,125); }
td.TdClassName
{
border-color: #C4717D;
}
.TagClassName
{
border-color: #C4717D;
}
</style>