Shades of Charm #C87477
Tints of Charm #C87477
RGB
CMYK
RGB Variations
Color information
#C87477 (or 0xC87477) is known color: Charm. HEX triplet: C8, 74 and 77. RGB value is (200,116,119). Sum of RGB (Red+Green+Blue) = 200+116+119=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C87477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87477 is #378B88. Grayscale: #8D8D8D. Windows color (decimal): -3640201 or 7828680. OLE color: 7828680.
HSL color Cylindrical-coordinate representation of color #C87477: hue angle of 357.86º 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 #C87477 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 116 | 119 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.22 |
| HSL | 357.86º | 0.43% | 0.62% | - |
| HSV(B) | 357.86º | 0.42% | 0.78% | - |
| XYZ | 33.39 | 26.1 | 20.73 | - |
| YUV | 141.46 | 115.33 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 119 | 0 | 0.42 | 0.40 | 0.22 | 357.86 | 0.43 | 0.62 |
| Hex | C8 | 74 | 77 | 0 | 2A | 28 | 16 | 166 | 2B | 3E |
| Octal | 310 | 164 | 167 | 0 | 52 | 50 | 26 | 546 | 53 | 76 |
| Binary | 11001000 | 1110100 | 1110111 | 0 | 101010 | 101000 | 10110 | 101100110 | 101011 | 111110 |
Color Harmonies of #C87477
Complementary color
Monochromatic Colors of #C87477
Black with #C87477
Text Example
Text Example
White with #C87477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87477; }
p { color: rgb(200,116,119); }
H1.HeaderClassName
{
color: #C87477;
}
.AnyTagClassName
{
color: #C87477;
}
</style>
background-color css
<style>
a { background-color: #C87477; }
a { background-color: rgb(200,116,119); }
div.DivClassName
{
background-color: #C87477;
}
.BgClassName
{
background-color: #C87477;
}
</style>
border-color css
<style>
span { border-color: #C87477; }
span { border-color: rgb(200,116,119); }
td.TdClassName
{
border-color: #C87477;
}
.TagClassName
{
border-color: #C87477;
}
</style>