Shades of Charm #C87887
Tints of Charm #C87887
RGB
CMYK
RGB Variations
Color information
#C87887 (or 0xC87887) is known color: Charm. HEX triplet: C8, 78 and 87. RGB value is (200,120,135). Sum of RGB (Red+Green+Blue) = 200+120+135=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C87887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87887 is #378778. Grayscale: #919191. Windows color (decimal): -3639161 or 8878280. OLE color: 8878280.
HSL color Cylindrical-coordinate representation of color #C87887: hue angle of 348.75º 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 #C87887 is Cyan = 0, Magento = 0.4, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 135 | - |
| CMYK | 0 | 0.4 | 0.32 | 0.22 |
| HSL | 348.75º | 0.42% | 0.63% | - |
| HSV(B) | 348.75º | 0.4% | 0.78% | - |
| XYZ | 34.91 | 27.46 | 26.38 | - |
| YUV | 145.63 | 122 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 135 | 0 | 0.4 | 0.32 | 0.22 | 348.75 | 0.42 | 0.63 |
| Hex | C8 | 78 | 87 | 0 | 28 | 20 | 16 | 15D | 2A | 3F |
| Octal | 310 | 170 | 207 | 0 | 50 | 40 | 26 | 535 | 52 | 77 |
| Binary | 11001000 | 1111000 | 10000111 | 0 | 101000 | 100000 | 10110 | 101011101 | 101010 | 111111 |
Color Harmonies of #C87887
Complementary color
Monochromatic Colors of #C87887
Black with #C87887
Text Example
Text Example
White with #C87887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87887; }
p { color: rgb(200,120,135); }
H1.HeaderClassName
{
color: #C87887;
}
.AnyTagClassName
{
color: #C87887;
}
</style>
background-color css
<style>
a { background-color: #C87887; }
a { background-color: rgb(200,120,135); }
div.DivClassName
{
background-color: #C87887;
}
.BgClassName
{
background-color: #C87887;
}
</style>
border-color css
<style>
span { border-color: #C87887; }
span { border-color: rgb(200,120,135); }
td.TdClassName
{
border-color: #C87887;
}
.TagClassName
{
border-color: #C87887;
}
</style>