Shades of Charm #C77576
Tints of Charm #C77576
RGB
CMYK
RGB Variations
Color information
#C77576 (or 0xC77576) is known color: Charm. HEX triplet: C7, 75 and 76. RGB value is (199,117,118). Sum of RGB (Red+Green+Blue) = 199+117+118=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C77576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77576 is #388A89. Grayscale: #8D8D8D. Windows color (decimal): -3705482 or 7763399. OLE color: 7763399.
HSL color Cylindrical-coordinate representation of color #C77576: hue angle of 359.27º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C77576 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 118 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.22 |
| HSL | 359.27º | 0.42% | 0.62% | - |
| HSV(B) | 359.27º | 0.41% | 0.78% | - |
| XYZ | 33.18 | 26.17 | 20.44 | - |
| YUV | 141.63 | 114.67 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 118 | 0 | 0.41 | 0.41 | 0.22 | 359.27 | 0.42 | 0.62 |
| Hex | C7 | 75 | 76 | 0 | 29 | 29 | 16 | 167 | 2A | 3E |
| Octal | 307 | 165 | 166 | 0 | 51 | 51 | 26 | 547 | 52 | 76 |
| Binary | 11000111 | 1110101 | 1110110 | 0 | 101001 | 101001 | 10110 | 101100111 | 101010 | 111110 |
Color Harmonies of #C77576
Complementary color
Monochromatic Colors of #C77576
Black with #C77576
Text Example
Text Example
White with #C77576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77576; }
p { color: rgb(199,117,118); }
H1.HeaderClassName
{
color: #C77576;
}
.AnyTagClassName
{
color: #C77576;
}
</style>
background-color css
<style>
a { background-color: #C77576; }
a { background-color: rgb(199,117,118); }
div.DivClassName
{
background-color: #C77576;
}
.BgClassName
{
background-color: #C77576;
}
</style>
border-color css
<style>
span { border-color: #C77576; }
span { border-color: rgb(199,117,118); }
td.TdClassName
{
border-color: #C77576;
}
.TagClassName
{
border-color: #C77576;
}
</style>