Shades of Charm #C7777D
Tints of Charm #C7777D
RGB
CMYK
RGB Variations
Color information
#C7777D (or 0xC7777D) is known color: Charm. HEX triplet: C7, 77 and 7D. RGB value is (199,119,125). Sum of RGB (Red+Green+Blue) = 199+119+125=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C7777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7777D is #388882. Grayscale: #8F8F8F. Windows color (decimal): -3704963 or 8222663. OLE color: 8222663.
HSL color Cylindrical-coordinate representation of color #C7777D: hue angle of 355.5º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C7777D is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 119 | 125 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.22 |
| HSL | 355.5º | 0.42% | 0.62% | - |
| HSV(B) | 355.5º | 0.4% | 0.78% | - |
| XYZ | 33.85 | 26.82 | 22.79 | - |
| YUV | 143.6 | 117.5 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 119 | 125 | 0 | 0.40 | 0.37 | 0.22 | 355.5 | 0.42 | 0.62 |
| Hex | C7 | 77 | 7D | 0 | 28 | 25 | 16 | 164 | 2A | 3E |
| Octal | 307 | 167 | 175 | 0 | 50 | 45 | 26 | 544 | 52 | 76 |
| Binary | 11000111 | 1110111 | 1111101 | 0 | 101000 | 100101 | 10110 | 101100100 | 101010 | 111110 |
Color Harmonies of #C7777D
Complementary color
Monochromatic Colors of #C7777D
Black with #C7777D
Text Example
Text Example
White with #C7777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7777D; }
p { color: rgb(199,119,125); }
H1.HeaderClassName
{
color: #C7777D;
}
.AnyTagClassName
{
color: #C7777D;
}
</style>
background-color css
<style>
a { background-color: #C7777D; }
a { background-color: rgb(199,119,125); }
div.DivClassName
{
background-color: #C7777D;
}
.BgClassName
{
background-color: #C7777D;
}
</style>
border-color css
<style>
span { border-color: #C7777D; }
span { border-color: rgb(199,119,125); }
td.TdClassName
{
border-color: #C7777D;
}
.TagClassName
{
border-color: #C7777D;
}
</style>