Shades of Charm #C97A8E
Tints of Charm #C97A8E
RGB
CMYK
RGB Variations
Color information
#C97A8E (or 0xC97A8E) is known color: Charm. HEX triplet: C9, 7A and 8E. RGB value is (201,122,142). Sum of RGB (Red+Green+Blue) = 201+122+142=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97A8E is #368571. Grayscale: #939393. Windows color (decimal): -3573106 or 9337545. OLE color: 9337545.
HSL color Cylindrical-coordinate representation of color #C97A8E: hue angle of 344.81º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C97A8E is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 122 | 142 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.21 |
| HSL | 344.81º | 0.42% | 0.63% | - |
| HSV(B) | 344.81º | 0.39% | 0.79% | - |
| XYZ | 35.93 | 28.29 | 29.16 | - |
| YUV | 147.9 | 124.67 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 122 | 142 | 0 | 0.39 | 0.29 | 0.21 | 344.81 | 0.42 | 0.63 |
| Hex | C9 | 7A | 8E | 0 | 27 | 1D | 15 | 159 | 2A | 3F |
| Octal | 311 | 172 | 216 | 0 | 47 | 35 | 25 | 531 | 52 | 77 |
| Binary | 11001001 | 1111010 | 10001110 | 0 | 100111 | 11101 | 10101 | 101011001 | 101010 | 111111 |
Color Harmonies of #C97A8E
Complementary color
Monochromatic Colors of #C97A8E
Black with #C97A8E
Text Example
Text Example
White with #C97A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97A8E; }
p { color: rgb(201,122,142); }
H1.HeaderClassName
{
color: #C97A8E;
}
.AnyTagClassName
{
color: #C97A8E;
}
</style>
background-color css
<style>
a { background-color: #C97A8E; }
a { background-color: rgb(201,122,142); }
div.DivClassName
{
background-color: #C97A8E;
}
.BgClassName
{
background-color: #C97A8E;
}
</style>
border-color css
<style>
span { border-color: #C97A8E; }
span { border-color: rgb(201,122,142); }
td.TdClassName
{
border-color: #C97A8E;
}
.TagClassName
{
border-color: #C97A8E;
}
</style>