Shades of Charm #C97A8B
Tints of Charm #C97A8B
RGB
CMYK
RGB Variations
Color information
#C97A8B (or 0xC97A8B) is known color: Charm. HEX triplet: C9, 7A and 8B. RGB value is (201,122,139). Sum of RGB (Red+Green+Blue) = 201+122+139=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97A8B is #368574. Grayscale: #939393. Windows color (decimal): -3573109 or 9140937. OLE color: 9140937.
HSL color Cylindrical-coordinate representation of color #C97A8B: hue angle of 347.09º 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 #C97A8B is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 122 | 139 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.21 |
| HSL | 347.09º | 0.42% | 0.63% | - |
| HSV(B) | 347.09º | 0.39% | 0.79% | - |
| XYZ | 35.71 | 28.2 | 27.99 | - |
| YUV | 147.56 | 123.17 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 122 | 139 | 0 | 0.39 | 0.31 | 0.21 | 347.09 | 0.42 | 0.63 |
| Hex | C9 | 7A | 8B | 0 | 27 | 1F | 15 | 15B | 2A | 3F |
| Octal | 311 | 172 | 213 | 0 | 47 | 37 | 25 | 533 | 52 | 77 |
| Binary | 11001001 | 1111010 | 10001011 | 0 | 100111 | 11111 | 10101 | 101011011 | 101010 | 111111 |
Color Harmonies of #C97A8B
Complementary color
Monochromatic Colors of #C97A8B
Black with #C97A8B
Text Example
Text Example
White with #C97A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97A8B; }
p { color: rgb(201,122,139); }
H1.HeaderClassName
{
color: #C97A8B;
}
.AnyTagClassName
{
color: #C97A8B;
}
</style>
background-color css
<style>
a { background-color: #C97A8B; }
a { background-color: rgb(201,122,139); }
div.DivClassName
{
background-color: #C97A8B;
}
.BgClassName
{
background-color: #C97A8B;
}
</style>
border-color css
<style>
span { border-color: #C97A8B; }
span { border-color: rgb(201,122,139); }
td.TdClassName
{
border-color: #C97A8B;
}
.TagClassName
{
border-color: #C97A8B;
}
</style>