Shades of Charm #C87388
Tints of Charm #C87388
RGB
CMYK
RGB Variations
Color information
#C87388 (or 0xC87388) is known color: Charm. HEX triplet: C8, 73 and 88. RGB value is (200,115,136). Sum of RGB (Red+Green+Blue) = 200+115+136=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C87388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87388 is #378C77. Grayscale: #8E8E8E. Windows color (decimal): -3640440 or 8942536. OLE color: 8942536.
HSL color Cylindrical-coordinate representation of color #C87388: hue angle of 345.18º 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 #C87388 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 115 | 136 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.22 |
| HSL | 345.18º | 0.44% | 0.62% | - |
| HSV(B) | 345.18º | 0.43% | 0.78% | - |
| XYZ | 34.39 | 26.32 | 26.56 | - |
| YUV | 142.81 | 124.16 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 136 | 0 | 0.42 | 0.32 | 0.22 | 345.18 | 0.44 | 0.62 |
| Hex | C8 | 73 | 88 | 0 | 2A | 20 | 16 | 159 | 2C | 3E |
| Octal | 310 | 163 | 210 | 0 | 52 | 40 | 26 | 531 | 54 | 76 |
| Binary | 11001000 | 1110011 | 10001000 | 0 | 101010 | 100000 | 10110 | 101011001 | 101100 | 111110 |
Color Harmonies of #C87388
Complementary color
Monochromatic Colors of #C87388
Black with #C87388
Text Example
Text Example
White with #C87388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87388; }
p { color: rgb(200,115,136); }
H1.HeaderClassName
{
color: #C87388;
}
.AnyTagClassName
{
color: #C87388;
}
</style>
background-color css
<style>
a { background-color: #C87388; }
a { background-color: rgb(200,115,136); }
div.DivClassName
{
background-color: #C87388;
}
.BgClassName
{
background-color: #C87388;
}
</style>
border-color css
<style>
span { border-color: #C87388; }
span { border-color: rgb(200,115,136); }
td.TdClassName
{
border-color: #C87388;
}
.TagClassName
{
border-color: #C87388;
}
</style>