Shades of Charm #C77380
Tints of Charm #C77380
RGB
CMYK
RGB Variations
Color information
#C77380 (or 0xC77380) is known color: Charm. HEX triplet: C7, 73 and 80. RGB value is (199,115,128). Sum of RGB (Red+Green+Blue) = 199+115+128=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C77380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77380 is #388C7F. Grayscale: #8D8D8D. Windows color (decimal): -3705984 or 8418247. OLE color: 8418247.
HSL color Cylindrical-coordinate representation of color #C77380: hue angle of 350.71º 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 #C77380 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 115 | 128 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.22 |
| HSL | 350.71º | 0.43% | 0.62% | - |
| HSV(B) | 350.71º | 0.42% | 0.78% | - |
| XYZ | 33.58 | 25.96 | 23.66 | - |
| YUV | 141.6 | 120.33 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 115 | 128 | 0 | 0.42 | 0.36 | 0.22 | 350.71 | 0.43 | 0.62 |
| Hex | C7 | 73 | 80 | 0 | 2A | 24 | 16 | 15F | 2B | 3E |
| Octal | 307 | 163 | 200 | 0 | 52 | 44 | 26 | 537 | 53 | 76 |
| Binary | 11000111 | 1110011 | 10000000 | 0 | 101010 | 100100 | 10110 | 101011111 | 101011 | 111110 |
Color Harmonies of #C77380
Complementary color
Monochromatic Colors of #C77380
Black with #C77380
Text Example
Text Example
White with #C77380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77380; }
p { color: rgb(199,115,128); }
H1.HeaderClassName
{
color: #C77380;
}
.AnyTagClassName
{
color: #C77380;
}
</style>
background-color css
<style>
a { background-color: #C77380; }
a { background-color: rgb(199,115,128); }
div.DivClassName
{
background-color: #C77380;
}
.BgClassName
{
background-color: #C77380;
}
</style>
border-color css
<style>
span { border-color: #C77380; }
span { border-color: rgb(199,115,128); }
td.TdClassName
{
border-color: #C77380;
}
.TagClassName
{
border-color: #C77380;
}
</style>