Shades of Charm #C97C8E
Tints of Charm #C97C8E
RGB
CMYK
RGB Variations
Color information
#C97C8E (or 0xC97C8E) is known color: Charm. HEX triplet: C9, 7C and 8E. RGB value is (201,124,142). Sum of RGB (Red+Green+Blue) = 201+124+142=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97C8E is #368371. Grayscale: #959595. Windows color (decimal): -3572594 or 9338057. OLE color: 9338057.
HSL color Cylindrical-coordinate representation of color #C97C8E: hue angle of 345.97º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C97C8E is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 124 | 142 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.21 |
| HSL | 345.97º | 0.42% | 0.64% | - |
| HSV(B) | 345.97º | 0.38% | 0.79% | - |
| XYZ | 36.18 | 28.79 | 29.24 | - |
| YUV | 149.08 | 124.01 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 124 | 142 | 0 | 0.38 | 0.29 | 0.21 | 345.97 | 0.42 | 0.64 |
| Hex | C9 | 7C | 8E | 0 | 26 | 1D | 15 | 15A | 2A | 40 |
| Octal | 311 | 174 | 216 | 0 | 46 | 35 | 25 | 532 | 52 | 100 |
| Binary | 11001001 | 1111100 | 10001110 | 0 | 100110 | 11101 | 10101 | 101011010 | 101010 | 1000000 |
Color Harmonies of #C97C8E
Complementary color
Monochromatic Colors of #C97C8E
Black with #C97C8E
Text Example
Text Example
White with #C97C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97C8E; }
p { color: rgb(201,124,142); }
H1.HeaderClassName
{
color: #C97C8E;
}
.AnyTagClassName
{
color: #C97C8E;
}
</style>
background-color css
<style>
a { background-color: #C97C8E; }
a { background-color: rgb(201,124,142); }
div.DivClassName
{
background-color: #C97C8E;
}
.BgClassName
{
background-color: #C97C8E;
}
</style>
border-color css
<style>
span { border-color: #C97C8E; }
span { border-color: rgb(201,124,142); }
td.TdClassName
{
border-color: #C97C8E;
}
.TagClassName
{
border-color: #C97C8E;
}
</style>