Shades of Charm #C77487
Tints of Charm #C77487
RGB
CMYK
RGB Variations
Color information
#C77487 (or 0xC77487) is known color: Charm. HEX triplet: C7, 74 and 87. RGB value is (199,116,135). Sum of RGB (Red+Green+Blue) = 199+116+135=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C77487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77487 is #388B78. Grayscale: #8E8E8E. Windows color (decimal): -3705721 or 8877255. OLE color: 8877255.
HSL color Cylindrical-coordinate representation of color #C77487: hue angle of 346.27º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C77487 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 116 | 135 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.22 |
| HSL | 346.27º | 0.43% | 0.62% | - |
| HSV(B) | 346.27º | 0.42% | 0.78% | - |
| XYZ | 34.17 | 26.38 | 26.21 | - |
| YUV | 142.98 | 123.5 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 135 | 0 | 0.42 | 0.32 | 0.22 | 346.27 | 0.43 | 0.62 |
| Hex | C7 | 74 | 87 | 0 | 2A | 20 | 16 | 15A | 2B | 3E |
| Octal | 307 | 164 | 207 | 0 | 52 | 40 | 26 | 532 | 53 | 76 |
| Binary | 11000111 | 1110100 | 10000111 | 0 | 101010 | 100000 | 10110 | 101011010 | 101011 | 111110 |
Color Harmonies of #C77487
Complementary color
Monochromatic Colors of #C77487
Black with #C77487
Text Example
Text Example
White with #C77487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77487; }
p { color: rgb(199,116,135); }
H1.HeaderClassName
{
color: #C77487;
}
.AnyTagClassName
{
color: #C77487;
}
</style>
background-color css
<style>
a { background-color: #C77487; }
a { background-color: rgb(199,116,135); }
div.DivClassName
{
background-color: #C77487;
}
.BgClassName
{
background-color: #C77487;
}
</style>
border-color css
<style>
span { border-color: #C77487; }
span { border-color: rgb(199,116,135); }
td.TdClassName
{
border-color: #C77487;
}
.TagClassName
{
border-color: #C77487;
}
</style>