Shades of Charm #C77588
Tints of Charm #C77588
RGB
CMYK
RGB Variations
Color information
#C77588 (or 0xC77588) is known color: Charm. HEX triplet: C7, 75 and 88. RGB value is (199,117,136). Sum of RGB (Red+Green+Blue) = 199+117+136=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C77588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77588 is #388A77. Grayscale: #8F8F8F. Windows color (decimal): -3705464 or 8943047. OLE color: 8943047.
HSL color Cylindrical-coordinate representation of color #C77588: hue angle of 346.1º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C77588 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 136 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.22 |
| HSL | 346.1º | 0.42% | 0.62% | - |
| HSV(B) | 346.1º | 0.41% | 0.78% | - |
| XYZ | 34.36 | 26.64 | 26.62 | - |
| YUV | 143.68 | 123.67 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 136 | 0 | 0.41 | 0.32 | 0.22 | 346.1 | 0.42 | 0.62 |
| Hex | C7 | 75 | 88 | 0 | 29 | 20 | 16 | 15A | 2A | 3E |
| Octal | 307 | 165 | 210 | 0 | 51 | 40 | 26 | 532 | 52 | 76 |
| Binary | 11000111 | 1110101 | 10001000 | 0 | 101001 | 100000 | 10110 | 101011010 | 101010 | 111110 |
Color Harmonies of #C77588
Complementary color
Monochromatic Colors of #C77588
Black with #C77588
Text Example
Text Example
White with #C77588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77588; }
p { color: rgb(199,117,136); }
H1.HeaderClassName
{
color: #C77588;
}
.AnyTagClassName
{
color: #C77588;
}
</style>
background-color css
<style>
a { background-color: #C77588; }
a { background-color: rgb(199,117,136); }
div.DivClassName
{
background-color: #C77588;
}
.BgClassName
{
background-color: #C77588;
}
</style>
border-color css
<style>
span { border-color: #C77588; }
span { border-color: rgb(199,117,136); }
td.TdClassName
{
border-color: #C77588;
}
.TagClassName
{
border-color: #C77588;
}
</style>