Shades of Charm #C87784
Tints of Charm #C87784
RGB
CMYK
RGB Variations
Color information
#C87784 (or 0xC87784) is known color: Charm. HEX triplet: C8, 77 and 84. RGB value is (200,119,132). Sum of RGB (Red+Green+Blue) = 200+119+132=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C87784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87784 is #37887B. Grayscale: #909090. Windows color (decimal): -3639420 or 8681416. OLE color: 8681416.
HSL color Cylindrical-coordinate representation of color #C87784: hue angle of 350.37º 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 #C87784 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 132 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.22 |
| HSL | 350.37º | 0.42% | 0.63% | - |
| HSV(B) | 350.37º | 0.41% | 0.78% | - |
| XYZ | 34.58 | 27.14 | 25.25 | - |
| YUV | 144.7 | 120.84 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 132 | 0 | 0.40 | 0.34 | 0.22 | 350.37 | 0.42 | 0.63 |
| Hex | C8 | 77 | 84 | 0 | 28 | 22 | 16 | 15E | 2A | 3F |
| Octal | 310 | 167 | 204 | 0 | 50 | 42 | 26 | 536 | 52 | 77 |
| Binary | 11001000 | 1110111 | 10000100 | 0 | 101000 | 100010 | 10110 | 101011110 | 101010 | 111111 |
Color Harmonies of #C87784
Complementary color
Monochromatic Colors of #C87784
Black with #C87784
Text Example
Text Example
White with #C87784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87784; }
p { color: rgb(200,119,132); }
H1.HeaderClassName
{
color: #C87784;
}
.AnyTagClassName
{
color: #C87784;
}
</style>
background-color css
<style>
a { background-color: #C87784; }
a { background-color: rgb(200,119,132); }
div.DivClassName
{
background-color: #C87784;
}
.BgClassName
{
background-color: #C87784;
}
</style>
border-color css
<style>
span { border-color: #C87784; }
span { border-color: rgb(200,119,132); }
td.TdClassName
{
border-color: #C87784;
}
.TagClassName
{
border-color: #C87784;
}
</style>