Shades of Charm #C77078
Tints of Charm #C77078
RGB
CMYK
RGB Variations
Color information
#C77078 (or 0xC77078) is known color: Charm. HEX triplet: C7, 70 and 78. RGB value is (199,112,120). Sum of RGB (Red+Green+Blue) = 199+112+120=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C77078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77078 is #388F87. Grayscale: #8A8A8A. Windows color (decimal): -3706760 or 7893191. OLE color: 7893191.
HSL color Cylindrical-coordinate representation of color #C77078: hue angle of 354.48º 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 #C77078 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 120 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.22 |
| HSL | 354.48º | 0.44% | 0.61% | - |
| HSV(B) | 354.48º | 0.44% | 0.78% | - |
| XYZ | 32.74 | 25.09 | 20.89 | - |
| YUV | 138.93 | 117.32 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 120 | 0 | 0.44 | 0.40 | 0.22 | 354.48 | 0.44 | 0.61 |
| Hex | C7 | 70 | 78 | 0 | 2C | 28 | 16 | 162 | 2C | 3D |
| Octal | 307 | 160 | 170 | 0 | 54 | 50 | 26 | 542 | 54 | 75 |
| Binary | 11000111 | 1110000 | 1111000 | 0 | 101100 | 101000 | 10110 | 101100010 | 101100 | 111101 |
Color Harmonies of #C77078
Complementary color
Monochromatic Colors of #C77078
Black with #C77078
Text Example
Text Example
White with #C77078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77078; }
p { color: rgb(199,112,120); }
H1.HeaderClassName
{
color: #C77078;
}
.AnyTagClassName
{
color: #C77078;
}
</style>
background-color css
<style>
a { background-color: #C77078; }
a { background-color: rgb(199,112,120); }
div.DivClassName
{
background-color: #C77078;
}
.BgClassName
{
background-color: #C77078;
}
</style>
border-color css
<style>
span { border-color: #C77078; }
span { border-color: rgb(199,112,120); }
td.TdClassName
{
border-color: #C77078;
}
.TagClassName
{
border-color: #C77078;
}
</style>