Shades of Charm #C77C7F
Tints of Charm #C77C7F
RGB
CMYK
RGB Variations
Color information
#C77C7F (or 0xC77C7F) is known color: Charm. HEX triplet: C7, 7C and 7F. RGB value is (199,124,127). Sum of RGB (Red+Green+Blue) = 199+124+127=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77C7F is #388380. Grayscale: #929292. Windows color (decimal): -3703681 or 8355015. OLE color: 8355015.
HSL color Cylindrical-coordinate representation of color #C77C7F: hue angle of 357.6º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C77C7F is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 124 | 127 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.22 |
| HSL | 357.6º | 0.4% | 0.63% | - |
| HSV(B) | 357.6º | 0.38% | 0.78% | - |
| XYZ | 34.59 | 28.09 | 23.68 | - |
| YUV | 146.77 | 116.85 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 124 | 127 | 0 | 0.38 | 0.36 | 0.22 | 357.6 | 0.4 | 0.63 |
| Hex | C7 | 7C | 7F | 0 | 26 | 24 | 16 | 166 | 28 | 3F |
| Octal | 307 | 174 | 177 | 0 | 46 | 44 | 26 | 546 | 50 | 77 |
| Binary | 11000111 | 1111100 | 1111111 | 0 | 100110 | 100100 | 10110 | 101100110 | 101000 | 111111 |
Color Harmonies of #C77C7F
Complementary color
Monochromatic Colors of #C77C7F
Black with #C77C7F
Text Example
Text Example
White with #C77C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77C7F; }
p { color: rgb(199,124,127); }
H1.HeaderClassName
{
color: #C77C7F;
}
.AnyTagClassName
{
color: #C77C7F;
}
</style>
background-color css
<style>
a { background-color: #C77C7F; }
a { background-color: rgb(199,124,127); }
div.DivClassName
{
background-color: #C77C7F;
}
.BgClassName
{
background-color: #C77C7F;
}
</style>
border-color css
<style>
span { border-color: #C77C7F; }
span { border-color: rgb(199,124,127); }
td.TdClassName
{
border-color: #C77C7F;
}
.TagClassName
{
border-color: #C77C7F;
}
</style>