Shades of Charm #C97A7B
Tints of Charm #C97A7B
RGB
CMYK
RGB Variations
Color information
#C97A7B (or 0xC97A7B) is known color: Charm. HEX triplet: C9, 7A and 7B. RGB value is (201,122,123). Sum of RGB (Red+Green+Blue) = 201+122+123=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97A7B is #368584. Grayscale: #919191. Windows color (decimal): -3573125 or 8092361. OLE color: 8092361.
HSL color Cylindrical-coordinate representation of color #C97A7B: hue angle of 359.24º 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 #C97A7B is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 122 | 123 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.21 |
| HSL | 359.24º | 0.42% | 0.63% | - |
| HSV(B) | 359.24º | 0.39% | 0.79% | - |
| XYZ | 34.62 | 27.77 | 22.27 | - |
| YUV | 145.74 | 115.17 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 122 | 123 | 0 | 0.39 | 0.39 | 0.21 | 359.24 | 0.42 | 0.63 |
| Hex | C9 | 7A | 7B | 0 | 27 | 27 | 15 | 167 | 2A | 3F |
| Octal | 311 | 172 | 173 | 0 | 47 | 47 | 25 | 547 | 52 | 77 |
| Binary | 11001001 | 1111010 | 1111011 | 0 | 100111 | 100111 | 10101 | 101100111 | 101010 | 111111 |
Color Harmonies of #C97A7B
Complementary color
Monochromatic Colors of #C97A7B
Black with #C97A7B
Text Example
Text Example
White with #C97A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97A7B; }
p { color: rgb(201,122,123); }
H1.HeaderClassName
{
color: #C97A7B;
}
.AnyTagClassName
{
color: #C97A7B;
}
</style>
background-color css
<style>
a { background-color: #C97A7B; }
a { background-color: rgb(201,122,123); }
div.DivClassName
{
background-color: #C97A7B;
}
.BgClassName
{
background-color: #C97A7B;
}
</style>
border-color css
<style>
span { border-color: #C97A7B; }
span { border-color: rgb(201,122,123); }
td.TdClassName
{
border-color: #C97A7B;
}
.TagClassName
{
border-color: #C97A7B;
}
</style>