Shades of Charm #C97A8F
Tints of Charm #C97A8F
RGB
CMYK
RGB Variations
Color information
#C97A8F (or 0xC97A8F) is known color: Charm. HEX triplet: C9, 7A and 8F. RGB value is (201,122,143). Sum of RGB (Red+Green+Blue) = 201+122+143=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97A8F is #368570. Grayscale: #949494. Windows color (decimal): -3573105 or 9403081. OLE color: 9403081.
HSL color Cylindrical-coordinate representation of color #C97A8F: hue angle of 344.05º 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 #C97A8F is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 122 | 143 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.21 |
| HSL | 344.05º | 0.42% | 0.63% | - |
| HSV(B) | 344.05º | 0.39% | 0.79% | - |
| XYZ | 36 | 28.32 | 29.56 | - |
| YUV | 148.02 | 125.17 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 122 | 143 | 0 | 0.39 | 0.29 | 0.21 | 344.05 | 0.42 | 0.63 |
| Hex | C9 | 7A | 8F | 0 | 27 | 1D | 15 | 158 | 2A | 3F |
| Octal | 311 | 172 | 217 | 0 | 47 | 35 | 25 | 530 | 52 | 77 |
| Binary | 11001001 | 1111010 | 10001111 | 0 | 100111 | 11101 | 10101 | 101011000 | 101010 | 111111 |
Color Harmonies of #C97A8F
Complementary color
Monochromatic Colors of #C97A8F
Black with #C97A8F
Text Example
Text Example
White with #C97A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97A8F; }
p { color: rgb(201,122,143); }
H1.HeaderClassName
{
color: #C97A8F;
}
.AnyTagClassName
{
color: #C97A8F;
}
</style>
background-color css
<style>
a { background-color: #C97A8F; }
a { background-color: rgb(201,122,143); }
div.DivClassName
{
background-color: #C97A8F;
}
.BgClassName
{
background-color: #C97A8F;
}
</style>
border-color css
<style>
span { border-color: #C97A8F; }
span { border-color: rgb(201,122,143); }
td.TdClassName
{
border-color: #C97A8F;
}
.TagClassName
{
border-color: #C97A8F;
}
</style>