Shades of Charm #C97992
Tints of Charm #C97992
RGB
CMYK
RGB Variations
Color information
#C97992 (or 0xC97992) is known color: Charm. HEX triplet: C9, 79 and 92. RGB value is (201,121,146). Sum of RGB (Red+Green+Blue) = 201+121+146=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C97992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97992 is #36866D. Grayscale: #939393. Windows color (decimal): -3573358 or 9599433. OLE color: 9599433.
HSL color Cylindrical-coordinate representation of color #C97992: hue angle of 341.25º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C97992 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 121 | 146 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.21 |
| HSL | 341.25º | 0.43% | 0.63% | - |
| HSV(B) | 341.25º | 0.4% | 0.79% | - |
| XYZ | 36.11 | 28.17 | 30.73 | - |
| YUV | 147.77 | 127 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 121 | 146 | 0 | 0.40 | 0.27 | 0.21 | 341.25 | 0.43 | 0.63 |
| Hex | C9 | 79 | 92 | 0 | 28 | 1B | 15 | 155 | 2B | 3F |
| Octal | 311 | 171 | 222 | 0 | 50 | 33 | 25 | 525 | 53 | 77 |
| Binary | 11001001 | 1111001 | 10010010 | 0 | 101000 | 11011 | 10101 | 101010101 | 101011 | 111111 |
Color Harmonies of #C97992
Complementary color
Monochromatic Colors of #C97992
Black with #C97992
Text Example
Text Example
White with #C97992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97992; }
p { color: rgb(201,121,146); }
H1.HeaderClassName
{
color: #C97992;
}
.AnyTagClassName
{
color: #C97992;
}
</style>
background-color css
<style>
a { background-color: #C97992; }
a { background-color: rgb(201,121,146); }
div.DivClassName
{
background-color: #C97992;
}
.BgClassName
{
background-color: #C97992;
}
</style>
border-color css
<style>
span { border-color: #C97992; }
span { border-color: rgb(201,121,146); }
td.TdClassName
{
border-color: #C97992;
}
.TagClassName
{
border-color: #C97992;
}
</style>