Shades of Charm #C77D91
Tints of Charm #C77D91
RGB
CMYK
RGB Variations
Color information
#C77D91 (or 0xC77D91) is known color: Charm. HEX triplet: C7, 7D and 91. RGB value is (199,125,145). Sum of RGB (Red+Green+Blue) = 199+125+145=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77D91 is #38826E. Grayscale: #959595. Windows color (decimal): -3703407 or 9534919. OLE color: 9534919.
HSL color Cylindrical-coordinate representation of color #C77D91: hue angle of 343.78º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C77D91 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 125 | 145 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.22 |
| HSL | 343.78º | 0.4% | 0.64% | - |
| HSV(B) | 343.78º | 0.37% | 0.78% | - |
| XYZ | 36 | 28.85 | 30.46 | - |
| YUV | 149.41 | 125.52 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 125 | 145 | 0 | 0.37 | 0.27 | 0.22 | 343.78 | 0.4 | 0.64 |
| Hex | C7 | 7D | 91 | 0 | 25 | 1B | 16 | 158 | 28 | 40 |
| Octal | 307 | 175 | 221 | 0 | 45 | 33 | 26 | 530 | 50 | 100 |
| Binary | 11000111 | 1111101 | 10010001 | 0 | 100101 | 11011 | 10110 | 101011000 | 101000 | 1000000 |
Color Harmonies of #C77D91
Complementary color
Monochromatic Colors of #C77D91
Black with #C77D91
Text Example
Text Example
White with #C77D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77D91; }
p { color: rgb(199,125,145); }
H1.HeaderClassName
{
color: #C77D91;
}
.AnyTagClassName
{
color: #C77D91;
}
</style>
background-color css
<style>
a { background-color: #C77D91; }
a { background-color: rgb(199,125,145); }
div.DivClassName
{
background-color: #C77D91;
}
.BgClassName
{
background-color: #C77D91;
}
</style>
border-color css
<style>
span { border-color: #C77D91; }
span { border-color: rgb(199,125,145); }
td.TdClassName
{
border-color: #C77D91;
}
.TagClassName
{
border-color: #C77D91;
}
</style>