Shades of Charm #C87387
Tints of Charm #C87387
RGB
CMYK
RGB Variations
Color information
#C87387 (or 0xC87387) is known color: Charm. HEX triplet: C8, 73 and 87. RGB value is (200,115,135). Sum of RGB (Red+Green+Blue) = 200+115+135=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C87387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87387 is #378C78. Grayscale: #8E8E8E. Windows color (decimal): -3640441 or 8877000. OLE color: 8877000.
HSL color Cylindrical-coordinate representation of color #C87387: hue angle of 345.88º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C87387 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 115 | 135 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.22 |
| HSL | 345.88º | 0.44% | 0.62% | - |
| HSV(B) | 345.88º | 0.43% | 0.78% | - |
| XYZ | 34.32 | 26.29 | 26.19 | - |
| YUV | 142.7 | 123.66 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 135 | 0 | 0.42 | 0.32 | 0.22 | 345.88 | 0.44 | 0.62 |
| Hex | C8 | 73 | 87 | 0 | 2A | 20 | 16 | 15A | 2C | 3E |
| Octal | 310 | 163 | 207 | 0 | 52 | 40 | 26 | 532 | 54 | 76 |
| Binary | 11001000 | 1110011 | 10000111 | 0 | 101010 | 100000 | 10110 | 101011010 | 101100 | 111110 |
Color Harmonies of #C87387
Complementary color
Monochromatic Colors of #C87387
Black with #C87387
Text Example
Text Example
White with #C87387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87387; }
p { color: rgb(200,115,135); }
H1.HeaderClassName
{
color: #C87387;
}
.AnyTagClassName
{
color: #C87387;
}
</style>
background-color css
<style>
a { background-color: #C87387; }
a { background-color: rgb(200,115,135); }
div.DivClassName
{
background-color: #C87387;
}
.BgClassName
{
background-color: #C87387;
}
</style>
border-color css
<style>
span { border-color: #C87387; }
span { border-color: rgb(200,115,135); }
td.TdClassName
{
border-color: #C87387;
}
.TagClassName
{
border-color: #C87387;
}
</style>