Shades of Charm #C97A8C
Tints of Charm #C97A8C
RGB
CMYK
RGB Variations
Color information
#C97A8C (or 0xC97A8C) is known color: Charm. HEX triplet: C9, 7A and 8C. RGB value is (201,122,140). Sum of RGB (Red+Green+Blue) = 201+122+140=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97A8C is #368573. Grayscale: #939393. Windows color (decimal): -3573108 or 9206473. OLE color: 9206473.
HSL color Cylindrical-coordinate representation of color #C97A8C: hue angle of 346.33º 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 #C97A8C is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 122 | 140 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.21 |
| HSL | 346.33º | 0.42% | 0.63% | - |
| HSV(B) | 346.33º | 0.39% | 0.79% | - |
| XYZ | 35.78 | 28.23 | 28.37 | - |
| YUV | 147.67 | 123.67 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 122 | 140 | 0 | 0.39 | 0.30 | 0.21 | 346.33 | 0.42 | 0.63 |
| Hex | C9 | 7A | 8C | 0 | 27 | 1E | 15 | 15A | 2A | 3F |
| Octal | 311 | 172 | 214 | 0 | 47 | 36 | 25 | 532 | 52 | 77 |
| Binary | 11001001 | 1111010 | 10001100 | 0 | 100111 | 11110 | 10101 | 101011010 | 101010 | 111111 |
Color Harmonies of #C97A8C
Complementary color
Monochromatic Colors of #C97A8C
Black with #C97A8C
Text Example
Text Example
White with #C97A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97A8C; }
p { color: rgb(201,122,140); }
H1.HeaderClassName
{
color: #C97A8C;
}
.AnyTagClassName
{
color: #C97A8C;
}
</style>
background-color css
<style>
a { background-color: #C97A8C; }
a { background-color: rgb(201,122,140); }
div.DivClassName
{
background-color: #C97A8C;
}
.BgClassName
{
background-color: #C97A8C;
}
</style>
border-color css
<style>
span { border-color: #C97A8C; }
span { border-color: rgb(201,122,140); }
td.TdClassName
{
border-color: #C97A8C;
}
.TagClassName
{
border-color: #C97A8C;
}
</style>