Shades of Charm #C7707B
Tints of Charm #C7707B
RGB
CMYK
RGB Variations
Color information
#C7707B (or 0xC7707B) is known color: Charm. HEX triplet: C7, 70 and 7B. RGB value is (199,112,123). Sum of RGB (Red+Green+Blue) = 199+112+123=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C7707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7707B is #388F84. Grayscale: #8B8B8B. Windows color (decimal): -3706757 or 8089799. OLE color: 8089799.
HSL color Cylindrical-coordinate representation of color #C7707B: hue angle of 352.41º 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 #C7707B is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 123 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.22 |
| HSL | 352.41º | 0.44% | 0.61% | - |
| HSV(B) | 352.41º | 0.44% | 0.78% | - |
| XYZ | 32.92 | 25.16 | 21.86 | - |
| YUV | 139.27 | 118.82 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 123 | 0 | 0.44 | 0.38 | 0.22 | 352.41 | 0.44 | 0.61 |
| Hex | C7 | 70 | 7B | 0 | 2C | 26 | 16 | 160 | 2C | 3D |
| Octal | 307 | 160 | 173 | 0 | 54 | 46 | 26 | 540 | 54 | 75 |
| Binary | 11000111 | 1110000 | 1111011 | 0 | 101100 | 100110 | 10110 | 101100000 | 101100 | 111101 |
Color Harmonies of #C7707B
Complementary color
Monochromatic Colors of #C7707B
Black with #C7707B
Text Example
Text Example
White with #C7707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7707B; }
p { color: rgb(199,112,123); }
H1.HeaderClassName
{
color: #C7707B;
}
.AnyTagClassName
{
color: #C7707B;
}
</style>
background-color css
<style>
a { background-color: #C7707B; }
a { background-color: rgb(199,112,123); }
div.DivClassName
{
background-color: #C7707B;
}
.BgClassName
{
background-color: #C7707B;
}
</style>
border-color css
<style>
span { border-color: #C7707B; }
span { border-color: rgb(199,112,123); }
td.TdClassName
{
border-color: #C7707B;
}
.TagClassName
{
border-color: #C7707B;
}
</style>