Shades of Charm #C77276
Tints of Charm #C77276
RGB
CMYK
RGB Variations
Color information
#C77276 (or 0xC77276) is known color: Charm. HEX triplet: C7, 72 and 76. RGB value is (199,114,118). Sum of RGB (Red+Green+Blue) = 199+114+118=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C77276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77276 is #388D89. Grayscale: #8B8B8B. Windows color (decimal): -3706250 or 7762631. OLE color: 7762631.
HSL color Cylindrical-coordinate representation of color #C77276: hue angle of 357.18º 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 #C77276 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 114 | 118 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.22 |
| HSL | 357.18º | 0.43% | 0.61% | - |
| HSV(B) | 357.18º | 0.43% | 0.78% | - |
| XYZ | 32.84 | 25.48 | 20.33 | - |
| YUV | 139.87 | 115.66 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 118 | 0 | 0.43 | 0.41 | 0.22 | 357.18 | 0.43 | 0.61 |
| Hex | C7 | 72 | 76 | 0 | 2B | 29 | 16 | 165 | 2B | 3D |
| Octal | 307 | 162 | 166 | 0 | 53 | 51 | 26 | 545 | 53 | 75 |
| Binary | 11000111 | 1110010 | 1110110 | 0 | 101011 | 101001 | 10110 | 101100101 | 101011 | 111101 |
Color Harmonies of #C77276
Complementary color
Monochromatic Colors of #C77276
Black with #C77276
Text Example
Text Example
White with #C77276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77276; }
p { color: rgb(199,114,118); }
H1.HeaderClassName
{
color: #C77276;
}
.AnyTagClassName
{
color: #C77276;
}
</style>
background-color css
<style>
a { background-color: #C77276; }
a { background-color: rgb(199,114,118); }
div.DivClassName
{
background-color: #C77276;
}
.BgClassName
{
background-color: #C77276;
}
</style>
border-color css
<style>
span { border-color: #C77276; }
span { border-color: rgb(199,114,118); }
td.TdClassName
{
border-color: #C77276;
}
.TagClassName
{
border-color: #C77276;
}
</style>