Shades of Charm #C87778
Tints of Charm #C87778
RGB
CMYK
RGB Variations
Color information
#C87778 (or 0xC87778) is known color: Charm. HEX triplet: C8, 77 and 78. RGB value is (200,119,120). Sum of RGB (Red+Green+Blue) = 200+119+120=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C87778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87778 is #378887. Grayscale: #8F8F8F. Windows color (decimal): -3639432 or 7894984. OLE color: 7894984.
HSL color Cylindrical-coordinate representation of color #C87778: hue angle of 359.26º 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 #C87778 is Cyan = 0, Magento = 0.40, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 120 | - |
| CMYK | 0 | 0.40 | 0.4 | 0.22 |
| HSL | 359.26º | 0.42% | 0.63% | - |
| HSV(B) | 359.26º | 0.41% | 0.78% | - |
| XYZ | 33.81 | 26.83 | 21.17 | - |
| YUV | 143.33 | 114.84 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 120 | 0 | 0.40 | 0.4 | 0.22 | 359.26 | 0.42 | 0.63 |
| Hex | C8 | 77 | 78 | 0 | 28 | 28 | 16 | 167 | 2A | 3F |
| Octal | 310 | 167 | 170 | 0 | 50 | 50 | 26 | 547 | 52 | 77 |
| Binary | 11001000 | 1110111 | 1111000 | 0 | 101000 | 101000 | 10110 | 101100111 | 101010 | 111111 |
Color Harmonies of #C87778
Complementary color
Monochromatic Colors of #C87778
Black with #C87778
Text Example
Text Example
White with #C87778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87778; }
p { color: rgb(200,119,120); }
H1.HeaderClassName
{
color: #C87778;
}
.AnyTagClassName
{
color: #C87778;
}
</style>
background-color css
<style>
a { background-color: #C87778; }
a { background-color: rgb(200,119,120); }
div.DivClassName
{
background-color: #C87778;
}
.BgClassName
{
background-color: #C87778;
}
</style>
border-color css
<style>
span { border-color: #C87778; }
span { border-color: rgb(200,119,120); }
td.TdClassName
{
border-color: #C87778;
}
.TagClassName
{
border-color: #C87778;
}
</style>