Shades of Charm #C77787
Tints of Charm #C77787
RGB
CMYK
RGB Variations
Color information
#C77787 (or 0xC77787) is known color: Charm. HEX triplet: C7, 77 and 87. RGB value is (199,119,135). Sum of RGB (Red+Green+Blue) = 199+119+135=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C77787 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77787 is #388878. Grayscale: #909090. Windows color (decimal): -3704953 or 8878023. OLE color: 8878023.
HSL color Cylindrical-coordinate representation of color #C77787: hue angle of 348º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C77787 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 119 | 135 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.22 |
| HSL | 348º | 0.42% | 0.62% | - |
| HSV(B) | 348º | 0.4% | 0.78% | - |
| XYZ | 34.52 | 27.09 | 26.33 | - |
| YUV | 144.74 | 122.5 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 119 | 135 | 0 | 0.40 | 0.32 | 0.22 | 348 | 0.42 | 0.62 |
| Hex | C7 | 77 | 87 | 0 | 28 | 20 | 16 | 15C | 2A | 3E |
| Octal | 307 | 167 | 207 | 0 | 50 | 40 | 26 | 534 | 52 | 76 |
| Binary | 11000111 | 1110111 | 10000111 | 0 | 101000 | 100000 | 10110 | 101011100 | 101010 | 111110 |
Color Harmonies of #C77787
Complementary color
Monochromatic Colors of #C77787
Black with #C77787
Text Example
Text Example
White with #C77787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77787; }
p { color: rgb(199,119,135); }
H1.HeaderClassName
{
color: #C77787;
}
.AnyTagClassName
{
color: #C77787;
}
</style>
background-color css
<style>
a { background-color: #C77787; }
a { background-color: rgb(199,119,135); }
div.DivClassName
{
background-color: #C77787;
}
.BgClassName
{
background-color: #C77787;
}
</style>
border-color css
<style>
span { border-color: #C77787; }
span { border-color: rgb(199,119,135); }
td.TdClassName
{
border-color: #C77787;
}
.TagClassName
{
border-color: #C77787;
}
</style>