Shades of Charm #C87790
Tints of Charm #C87790
RGB
CMYK
RGB Variations
Color information
#C87790 (or 0xC87790) is known color: Charm. HEX triplet: C8, 77 and 90. RGB value is (200,119,144). Sum of RGB (Red+Green+Blue) = 200+119+144=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C87790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87790 is #37886F. Grayscale: #929292. Windows color (decimal): -3639408 or 9467848. OLE color: 9467848.
HSL color Cylindrical-coordinate representation of color #C87790: hue angle of 341.48º 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 #C87790 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 144 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.22 |
| HSL | 341.48º | 0.42% | 0.63% | - |
| HSV(B) | 341.48º | 0.41% | 0.78% | - |
| XYZ | 35.45 | 27.49 | 29.82 | - |
| YUV | 146.07 | 126.84 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 144 | 0 | 0.40 | 0.28 | 0.22 | 341.48 | 0.42 | 0.63 |
| Hex | C8 | 77 | 90 | 0 | 28 | 1C | 16 | 155 | 2A | 3F |
| Octal | 310 | 167 | 220 | 0 | 50 | 34 | 26 | 525 | 52 | 77 |
| Binary | 11001000 | 1110111 | 10010000 | 0 | 101000 | 11100 | 10110 | 101010101 | 101010 | 111111 |
Color Harmonies of #C87790
Complementary color
Monochromatic Colors of #C87790
Black with #C87790
Text Example
Text Example
White with #C87790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87790; }
p { color: rgb(200,119,144); }
H1.HeaderClassName
{
color: #C87790;
}
.AnyTagClassName
{
color: #C87790;
}
</style>
background-color css
<style>
a { background-color: #C87790; }
a { background-color: rgb(200,119,144); }
div.DivClassName
{
background-color: #C87790;
}
.BgClassName
{
background-color: #C87790;
}
</style>
border-color css
<style>
span { border-color: #C87790; }
span { border-color: rgb(200,119,144); }
td.TdClassName
{
border-color: #C87790;
}
.TagClassName
{
border-color: #C87790;
}
</style>