Shades of Charm #C97087
Tints of Charm #C97087
RGB
CMYK
RGB Variations
Color information
#C97087 (or 0xC97087) is known color: Charm. HEX triplet: C9, 70 and 87. RGB value is (201,112,135). Sum of RGB (Red+Green+Blue) = 201+112+135=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 135 (53.12% from 255 or 30.13% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C97087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97087 is #368F78. Grayscale: #8D8D8D. Windows color (decimal): -3575673 or 8876233. OLE color: 8876233.
HSL color Cylindrical-coordinate representation of color #C97087: hue angle of 344.49º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C97087 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 135 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.21 |
| HSL | 344.49º | 0.45% | 0.61% | - |
| HSV(B) | 344.49º | 0.44% | 0.79% | - |
| XYZ | 34.25 | 25.76 | 26.09 | - |
| YUV | 141.23 | 124.49 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 135 | 0 | 0.44 | 0.33 | 0.21 | 344.49 | 0.45 | 0.61 |
| Hex | C9 | 70 | 87 | 0 | 2C | 21 | 15 | 158 | 2D | 3D |
| Octal | 311 | 160 | 207 | 0 | 54 | 41 | 25 | 530 | 55 | 75 |
| Binary | 11001001 | 1110000 | 10000111 | 0 | 101100 | 100001 | 10101 | 101011000 | 101101 | 111101 |
Color Harmonies of #C97087
Complementary color
Monochromatic Colors of #C97087
Black with #C97087
Text Example
Text Example
White with #C97087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97087; }
p { color: rgb(201,112,135); }
H1.HeaderClassName
{
color: #C97087;
}
.AnyTagClassName
{
color: #C97087;
}
</style>
background-color css
<style>
a { background-color: #C97087; }
a { background-color: rgb(201,112,135); }
div.DivClassName
{
background-color: #C97087;
}
.BgClassName
{
background-color: #C97087;
}
</style>
border-color css
<style>
span { border-color: #C97087; }
span { border-color: rgb(201,112,135); }
td.TdClassName
{
border-color: #C97087;
}
.TagClassName
{
border-color: #C97087;
}
</style>