Shades of Charm #C8777C
Tints of Charm #C8777C
RGB
CMYK
RGB Variations
Color information
#C8777C (or 0xC8777C) is known color: Charm. HEX triplet: C8, 77 and 7C. RGB value is (200,119,124). Sum of RGB (Red+Green+Blue) = 200+119+124=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C8777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8777C is #378883. Grayscale: #8F8F8F. Windows color (decimal): -3639428 or 8157128. OLE color: 8157128.
HSL color Cylindrical-coordinate representation of color #C8777C: hue angle of 356.3º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C8777C is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 124 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.22 |
| HSL | 356.3º | 0.42% | 0.63% | - |
| HSV(B) | 356.3º | 0.41% | 0.78% | - |
| XYZ | 34.05 | 26.93 | 22.47 | - |
| YUV | 143.79 | 116.84 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 124 | 0 | 0.40 | 0.38 | 0.22 | 356.3 | 0.42 | 0.63 |
| Hex | C8 | 77 | 7C | 0 | 28 | 26 | 16 | 164 | 2A | 3F |
| Octal | 310 | 167 | 174 | 0 | 50 | 46 | 26 | 544 | 52 | 77 |
| Binary | 11001000 | 1110111 | 1111100 | 0 | 101000 | 100110 | 10110 | 101100100 | 101010 | 111111 |
Color Harmonies of #C8777C
Complementary color
Monochromatic Colors of #C8777C
Black with #C8777C
Text Example
Text Example
White with #C8777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8777C; }
p { color: rgb(200,119,124); }
H1.HeaderClassName
{
color: #C8777C;
}
.AnyTagClassName
{
color: #C8777C;
}
</style>
background-color css
<style>
a { background-color: #C8777C; }
a { background-color: rgb(200,119,124); }
div.DivClassName
{
background-color: #C8777C;
}
.BgClassName
{
background-color: #C8777C;
}
</style>
border-color css
<style>
span { border-color: #C8777C; }
span { border-color: rgb(200,119,124); }
td.TdClassName
{
border-color: #C8777C;
}
.TagClassName
{
border-color: #C8777C;
}
</style>