Shades of Charm #C77A82
Tints of Charm #C77A82
RGB
CMYK
RGB Variations
Color information
#C77A82 (or 0xC77A82) is known color: Charm. HEX triplet: C7, 7A and 82. RGB value is (199,122,130). Sum of RGB (Red+Green+Blue) = 199+122+130=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 130 (51.17% from 255 or 28.82% from 451); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77A82 is #38857D. Grayscale: #919191. Windows color (decimal): -3704190 or 8551111. OLE color: 8551111.
HSL color Cylindrical-coordinate representation of color #C77A82: hue angle of 353.77º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C77A82 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 130 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.22 |
| HSL | 353.77º | 0.41% | 0.63% | - |
| HSV(B) | 353.77º | 0.39% | 0.78% | - |
| XYZ | 34.54 | 27.67 | 24.64 | - |
| YUV | 145.94 | 119.01 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 130 | 0 | 0.39 | 0.35 | 0.22 | 353.77 | 0.41 | 0.63 |
| Hex | C7 | 7A | 82 | 0 | 27 | 23 | 16 | 162 | 29 | 3F |
| Octal | 307 | 172 | 202 | 0 | 47 | 43 | 26 | 542 | 51 | 77 |
| Binary | 11000111 | 1111010 | 10000010 | 0 | 100111 | 100011 | 10110 | 101100010 | 101001 | 111111 |
Color Harmonies of #C77A82
Complementary color
Monochromatic Colors of #C77A82
Black with #C77A82
Text Example
Text Example
White with #C77A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77A82; }
p { color: rgb(199,122,130); }
H1.HeaderClassName
{
color: #C77A82;
}
.AnyTagClassName
{
color: #C77A82;
}
</style>
background-color css
<style>
a { background-color: #C77A82; }
a { background-color: rgb(199,122,130); }
div.DivClassName
{
background-color: #C77A82;
}
.BgClassName
{
background-color: #C77A82;
}
</style>
border-color css
<style>
span { border-color: #C77A82; }
span { border-color: rgb(199,122,130); }
td.TdClassName
{
border-color: #C77A82;
}
.TagClassName
{
border-color: #C77A82;
}
</style>