Shades of Charm #C97A7E
Tints of Charm #C97A7E
RGB
CMYK
RGB Variations
Color information
#C97A7E (or 0xC97A7E) is known color: Charm. HEX triplet: C9, 7A and 7E. RGB value is (201,122,126). Sum of RGB (Red+Green+Blue) = 201+122+126=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97A7E is #368581. Grayscale: #929292. Windows color (decimal): -3573122 or 8288969. OLE color: 8288969.
HSL color Cylindrical-coordinate representation of color #C97A7E: hue angle of 356.96º 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 #C97A7E is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 122 | 126 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.21 |
| HSL | 356.96º | 0.42% | 0.63% | - |
| HSV(B) | 356.96º | 0.39% | 0.79% | - |
| XYZ | 34.81 | 27.84 | 23.28 | - |
| YUV | 146.08 | 116.67 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 122 | 126 | 0 | 0.39 | 0.37 | 0.21 | 356.96 | 0.42 | 0.63 |
| Hex | C9 | 7A | 7E | 0 | 27 | 25 | 15 | 165 | 2A | 3F |
| Octal | 311 | 172 | 176 | 0 | 47 | 45 | 25 | 545 | 52 | 77 |
| Binary | 11001001 | 1111010 | 1111110 | 0 | 100111 | 100101 | 10101 | 101100101 | 101010 | 111111 |
Color Harmonies of #C97A7E
Complementary color
Monochromatic Colors of #C97A7E
Black with #C97A7E
Text Example
Text Example
White with #C97A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97A7E; }
p { color: rgb(201,122,126); }
H1.HeaderClassName
{
color: #C97A7E;
}
.AnyTagClassName
{
color: #C97A7E;
}
</style>
background-color css
<style>
a { background-color: #C97A7E; }
a { background-color: rgb(201,122,126); }
div.DivClassName
{
background-color: #C97A7E;
}
.BgClassName
{
background-color: #C97A7E;
}
</style>
border-color css
<style>
span { border-color: #C97A7E; }
span { border-color: rgb(201,122,126); }
td.TdClassName
{
border-color: #C97A7E;
}
.TagClassName
{
border-color: #C97A7E;
}
</style>