Shades of Charm #C97484
Tints of Charm #C97484
RGB
CMYK
RGB Variations
Color information
#C97484 (or 0xC97484) is known color: Charm. HEX triplet: C9, 74 and 84. RGB value is (201,116,132). Sum of RGB (Red+Green+Blue) = 201+116+132=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C97484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97484 is #368B7B. Grayscale: #8F8F8F. Windows color (decimal): -3574652 or 8680649. OLE color: 8680649.
HSL color Cylindrical-coordinate representation of color #C97484: hue angle of 348.71º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C97484 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 132 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.21 |
| HSL | 348.71º | 0.44% | 0.62% | - |
| HSV(B) | 348.71º | 0.42% | 0.79% | - |
| XYZ | 34.5 | 26.57 | 25.14 | - |
| YUV | 143.24 | 121.66 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 132 | 0 | 0.42 | 0.34 | 0.21 | 348.71 | 0.44 | 0.62 |
| Hex | C9 | 74 | 84 | 0 | 2A | 22 | 15 | 15D | 2C | 3E |
| Octal | 311 | 164 | 204 | 0 | 52 | 42 | 25 | 535 | 54 | 76 |
| Binary | 11001001 | 1110100 | 10000100 | 0 | 101010 | 100010 | 10101 | 101011101 | 101100 | 111110 |
Color Harmonies of #C97484
Complementary color
Monochromatic Colors of #C97484
Black with #C97484
Text Example
Text Example
White with #C97484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97484; }
p { color: rgb(201,116,132); }
H1.HeaderClassName
{
color: #C97484;
}
.AnyTagClassName
{
color: #C97484;
}
</style>
background-color css
<style>
a { background-color: #C97484; }
a { background-color: rgb(201,116,132); }
div.DivClassName
{
background-color: #C97484;
}
.BgClassName
{
background-color: #C97484;
}
</style>
border-color css
<style>
span { border-color: #C97484; }
span { border-color: rgb(201,116,132); }
td.TdClassName
{
border-color: #C97484;
}
.TagClassName
{
border-color: #C97484;
}
</style>