Shades of Charm #C7717A
Tints of Charm #C7717A
RGB
CMYK
RGB Variations
Color information
#C7717A (or 0xC7717A) is known color: Charm. HEX triplet: C7, 71 and 7A. RGB value is (199,113,122). Sum of RGB (Red+Green+Blue) = 199+113+122=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C7717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7717A is #388E85. Grayscale: #8B8B8B. Windows color (decimal): -3706502 or 8024519. OLE color: 8024519.
HSL color Cylindrical-coordinate representation of color #C7717A: hue angle of 353.72º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C7717A is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 113 | 122 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.22 |
| HSL | 353.72º | 0.43% | 0.61% | - |
| HSV(B) | 353.72º | 0.43% | 0.78% | - |
| XYZ | 32.97 | 25.36 | 21.57 | - |
| YUV | 139.74 | 117.99 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 113 | 122 | 0 | 0.43 | 0.39 | 0.22 | 353.72 | 0.43 | 0.61 |
| Hex | C7 | 71 | 7A | 0 | 2B | 27 | 16 | 162 | 2B | 3D |
| Octal | 307 | 161 | 172 | 0 | 53 | 47 | 26 | 542 | 53 | 75 |
| Binary | 11000111 | 1110001 | 1111010 | 0 | 101011 | 100111 | 10110 | 101100010 | 101011 | 111101 |
Color Harmonies of #C7717A
Complementary color
Monochromatic Colors of #C7717A
Black with #C7717A
Text Example
Text Example
White with #C7717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7717A; }
p { color: rgb(199,113,122); }
H1.HeaderClassName
{
color: #C7717A;
}
.AnyTagClassName
{
color: #C7717A;
}
</style>
background-color css
<style>
a { background-color: #C7717A; }
a { background-color: rgb(199,113,122); }
div.DivClassName
{
background-color: #C7717A;
}
.BgClassName
{
background-color: #C7717A;
}
</style>
border-color css
<style>
span { border-color: #C7717A; }
span { border-color: rgb(199,113,122); }
td.TdClassName
{
border-color: #C7717A;
}
.TagClassName
{
border-color: #C7717A;
}
</style>