Shades of Charm #C7707A
Tints of Charm #C7707A
RGB
CMYK
RGB Variations
Color information
#C7707A (or 0xC7707A) is known color: Charm. HEX triplet: C7, 70 and 7A. RGB value is (199,112,122). Sum of RGB (Red+Green+Blue) = 199+112+122=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C7707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7707A is #388F85. Grayscale: #8B8B8B. Windows color (decimal): -3706758 or 8024263. OLE color: 8024263.
HSL color Cylindrical-coordinate representation of color #C7707A: hue angle of 353.1º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C7707A is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 122 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.22 |
| HSL | 353.1º | 0.44% | 0.61% | - |
| HSV(B) | 353.1º | 0.44% | 0.78% | - |
| XYZ | 32.86 | 25.14 | 21.53 | - |
| YUV | 139.15 | 118.32 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 122 | 0 | 0.44 | 0.39 | 0.22 | 353.1 | 0.44 | 0.61 |
| Hex | C7 | 70 | 7A | 0 | 2C | 27 | 16 | 161 | 2C | 3D |
| Octal | 307 | 160 | 172 | 0 | 54 | 47 | 26 | 541 | 54 | 75 |
| Binary | 11000111 | 1110000 | 1111010 | 0 | 101100 | 100111 | 10110 | 101100001 | 101100 | 111101 |
Color Harmonies of #C7707A
Complementary color
Monochromatic Colors of #C7707A
Black with #C7707A
Text Example
Text Example
White with #C7707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7707A; }
p { color: rgb(199,112,122); }
H1.HeaderClassName
{
color: #C7707A;
}
.AnyTagClassName
{
color: #C7707A;
}
</style>
background-color css
<style>
a { background-color: #C7707A; }
a { background-color: rgb(199,112,122); }
div.DivClassName
{
background-color: #C7707A;
}
.BgClassName
{
background-color: #C7707A;
}
</style>
border-color css
<style>
span { border-color: #C7707A; }
span { border-color: rgb(199,112,122); }
td.TdClassName
{
border-color: #C7707A;
}
.TagClassName
{
border-color: #C7707A;
}
</style>