Shades of Charm #C97280
Tints of Charm #C97280
RGB
CMYK
RGB Variations
Color information
#C97280 (or 0xC97280) is known color: Charm. HEX triplet: C9, 72 and 80. RGB value is (201,114,128). Sum of RGB (Red+Green+Blue) = 201+114+128=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C97280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97280 is #368D7F. Grayscale: #8D8D8D. Windows color (decimal): -3575168 or 8417993. OLE color: 8417993.
HSL color Cylindrical-coordinate representation of color #C97280: hue angle of 350.34º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C97280 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 128 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.21 |
| HSL | 350.34º | 0.45% | 0.62% | - |
| HSV(B) | 350.34º | 0.43% | 0.79% | - |
| XYZ | 34 | 26.01 | 23.65 | - |
| YUV | 141.61 | 120.32 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 128 | 0 | 0.43 | 0.36 | 0.21 | 350.34 | 0.45 | 0.62 |
| Hex | C9 | 72 | 80 | 0 | 2B | 24 | 15 | 15E | 2D | 3E |
| Octal | 311 | 162 | 200 | 0 | 53 | 44 | 25 | 536 | 55 | 76 |
| Binary | 11001001 | 1110010 | 10000000 | 0 | 101011 | 100100 | 10101 | 101011110 | 101101 | 111110 |
Color Harmonies of #C97280
Complementary color
Monochromatic Colors of #C97280
Black with #C97280
Text Example
Text Example
White with #C97280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97280; }
p { color: rgb(201,114,128); }
H1.HeaderClassName
{
color: #C97280;
}
.AnyTagClassName
{
color: #C97280;
}
</style>
background-color css
<style>
a { background-color: #C97280; }
a { background-color: rgb(201,114,128); }
div.DivClassName
{
background-color: #C97280;
}
.BgClassName
{
background-color: #C97280;
}
</style>
border-color css
<style>
span { border-color: #C97280; }
span { border-color: rgb(201,114,128); }
td.TdClassName
{
border-color: #C97280;
}
.TagClassName
{
border-color: #C97280;
}
</style>