Shades of Charm #C77088
Tints of Charm #C77088
RGB
CMYK
RGB Variations
Color information
#C77088 (or 0xC77088) is known color: Charm. HEX triplet: C7, 70 and 88. RGB value is (199,112,136). Sum of RGB (Red+Green+Blue) = 199+112+136=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 136 (53.52% from 255 or 30.43% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C77088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77088 is #388F77. Grayscale: #8C8C8C. Windows color (decimal): -3706744 or 8941767. OLE color: 8941767.
HSL color Cylindrical-coordinate representation of color #C77088: hue angle of 343.45º 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 #C77088 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 136 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.22 |
| HSL | 343.45º | 0.44% | 0.61% | - |
| HSV(B) | 343.45º | 0.44% | 0.78% | - |
| XYZ | 33.79 | 25.51 | 26.44 | - |
| YUV | 140.75 | 125.32 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 136 | 0 | 0.44 | 0.32 | 0.22 | 343.45 | 0.44 | 0.61 |
| Hex | C7 | 70 | 88 | 0 | 2C | 20 | 16 | 157 | 2C | 3D |
| Octal | 307 | 160 | 210 | 0 | 54 | 40 | 26 | 527 | 54 | 75 |
| Binary | 11000111 | 1110000 | 10001000 | 0 | 101100 | 100000 | 10110 | 101010111 | 101100 | 111101 |
Color Harmonies of #C77088
Complementary color
Monochromatic Colors of #C77088
Black with #C77088
Text Example
Text Example
White with #C77088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77088; }
p { color: rgb(199,112,136); }
H1.HeaderClassName
{
color: #C77088;
}
.AnyTagClassName
{
color: #C77088;
}
</style>
background-color css
<style>
a { background-color: #C77088; }
a { background-color: rgb(199,112,136); }
div.DivClassName
{
background-color: #C77088;
}
.BgClassName
{
background-color: #C77088;
}
</style>
border-color css
<style>
span { border-color: #C77088; }
span { border-color: rgb(199,112,136); }
td.TdClassName
{
border-color: #C77088;
}
.TagClassName
{
border-color: #C77088;
}
</style>