Shades of Charm #C97086
Tints of Charm #C97086
RGB
CMYK
RGB Variations
Color information
#C97086 (or 0xC97086) is known color: Charm. HEX triplet: C9, 70 and 86. RGB value is (201,112,134). Sum of RGB (Red+Green+Blue) = 201+112+134=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 134 (52.73% from 255 or 29.98% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C97086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97086 is #368F79. Grayscale: #8D8D8D. Windows color (decimal): -3575674 or 8810697. OLE color: 8810697.
HSL color Cylindrical-coordinate representation of color #C97086: hue angle of 345.17º 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 #C97086 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 134 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.21 |
| HSL | 345.17º | 0.45% | 0.61% | - |
| HSV(B) | 345.17º | 0.44% | 0.79% | - |
| XYZ | 34.18 | 25.73 | 25.72 | - |
| YUV | 141.12 | 123.99 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 134 | 0 | 0.44 | 0.33 | 0.21 | 345.17 | 0.45 | 0.61 |
| Hex | C9 | 70 | 86 | 0 | 2C | 21 | 15 | 159 | 2D | 3D |
| Octal | 311 | 160 | 206 | 0 | 54 | 41 | 25 | 531 | 55 | 75 |
| Binary | 11001001 | 1110000 | 10000110 | 0 | 101100 | 100001 | 10101 | 101011001 | 101101 | 111101 |
Color Harmonies of #C97086
Complementary color
Monochromatic Colors of #C97086
Black with #C97086
Text Example
Text Example
White with #C97086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97086; }
p { color: rgb(201,112,134); }
H1.HeaderClassName
{
color: #C97086;
}
.AnyTagClassName
{
color: #C97086;
}
</style>
background-color css
<style>
a { background-color: #C97086; }
a { background-color: rgb(201,112,134); }
div.DivClassName
{
background-color: #C97086;
}
.BgClassName
{
background-color: #C97086;
}
</style>
border-color css
<style>
span { border-color: #C97086; }
span { border-color: rgb(201,112,134); }
td.TdClassName
{
border-color: #C97086;
}
.TagClassName
{
border-color: #C97086;
}
</style>