Shades of Charm #C97A8A
Tints of Charm #C97A8A
RGB
CMYK
RGB Variations
Color information
#C97A8A (or 0xC97A8A) is known color: Charm. HEX triplet: C9, 7A and 8A. RGB value is (201,122,138). Sum of RGB (Red+Green+Blue) = 201+122+138=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97A8A is #368575. Grayscale: #939393. Windows color (decimal): -3573110 or 9075401. OLE color: 9075401.
HSL color Cylindrical-coordinate representation of color #C97A8A: hue angle of 347.85º 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 #C97A8A is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 122 | 138 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.21 |
| HSL | 347.85º | 0.42% | 0.63% | - |
| HSV(B) | 347.85º | 0.39% | 0.79% | - |
| XYZ | 35.63 | 28.17 | 27.6 | - |
| YUV | 147.45 | 122.67 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 122 | 138 | 0 | 0.39 | 0.31 | 0.21 | 347.85 | 0.42 | 0.63 |
| Hex | C9 | 7A | 8A | 0 | 27 | 1F | 15 | 15C | 2A | 3F |
| Octal | 311 | 172 | 212 | 0 | 47 | 37 | 25 | 534 | 52 | 77 |
| Binary | 11001001 | 1111010 | 10001010 | 0 | 100111 | 11111 | 10101 | 101011100 | 101010 | 111111 |
Color Harmonies of #C97A8A
Complementary color
Monochromatic Colors of #C97A8A
Black with #C97A8A
Text Example
Text Example
White with #C97A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97A8A; }
p { color: rgb(201,122,138); }
H1.HeaderClassName
{
color: #C97A8A;
}
.AnyTagClassName
{
color: #C97A8A;
}
</style>
background-color css
<style>
a { background-color: #C97A8A; }
a { background-color: rgb(201,122,138); }
div.DivClassName
{
background-color: #C97A8A;
}
.BgClassName
{
background-color: #C97A8A;
}
</style>
border-color css
<style>
span { border-color: #C97A8A; }
span { border-color: rgb(201,122,138); }
td.TdClassName
{
border-color: #C97A8A;
}
.TagClassName
{
border-color: #C97A8A;
}
</style>