Shades of Charm #C8777B
Tints of Charm #C8777B
RGB
CMYK
RGB Variations
Color information
#C8777B (or 0xC8777B) is known color: Charm. HEX triplet: C8, 77 and 7B. RGB value is (200,119,123). Sum of RGB (Red+Green+Blue) = 200+119+123=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C8777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8777B is #378884. Grayscale: #8F8F8F. Windows color (decimal): -3639429 or 8091592. OLE color: 8091592.
HSL color Cylindrical-coordinate representation of color #C8777B: hue angle of 357.04º 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 #C8777B is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 123 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.22 |
| HSL | 357.04º | 0.42% | 0.63% | - |
| HSV(B) | 357.04º | 0.41% | 0.78% | - |
| XYZ | 33.99 | 26.9 | 22.14 | - |
| YUV | 143.68 | 116.34 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 123 | 0 | 0.40 | 0.38 | 0.22 | 357.04 | 0.42 | 0.63 |
| Hex | C8 | 77 | 7B | 0 | 28 | 26 | 16 | 165 | 2A | 3F |
| Octal | 310 | 167 | 173 | 0 | 50 | 46 | 26 | 545 | 52 | 77 |
| Binary | 11001000 | 1110111 | 1111011 | 0 | 101000 | 100110 | 10110 | 101100101 | 101010 | 111111 |
Color Harmonies of #C8777B
Complementary color
Monochromatic Colors of #C8777B
Black with #C8777B
Text Example
Text Example
White with #C8777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8777B; }
p { color: rgb(200,119,123); }
H1.HeaderClassName
{
color: #C8777B;
}
.AnyTagClassName
{
color: #C8777B;
}
</style>
background-color css
<style>
a { background-color: #C8777B; }
a { background-color: rgb(200,119,123); }
div.DivClassName
{
background-color: #C8777B;
}
.BgClassName
{
background-color: #C8777B;
}
</style>
border-color css
<style>
span { border-color: #C8777B; }
span { border-color: rgb(200,119,123); }
td.TdClassName
{
border-color: #C8777B;
}
.TagClassName
{
border-color: #C8777B;
}
</style>