Shades of Charm #C97184
Tints of Charm #C97184
RGB
CMYK
RGB Variations
Color information
#C97184 (or 0xC97184) is known color: Charm. HEX triplet: C9, 71 and 84. RGB value is (201,113,132). Sum of RGB (Red+Green+Blue) = 201+113+132=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C97184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97184 is #368E7B. Grayscale: #8D8D8D. Windows color (decimal): -3575420 or 8679881. OLE color: 8679881.
HSL color Cylindrical-coordinate representation of color #C97184: hue angle of 347.05º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C97184 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 113 | 132 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.21 |
| HSL | 347.05º | 0.45% | 0.62% | - |
| HSV(B) | 347.05º | 0.44% | 0.79% | - |
| XYZ | 34.16 | 25.89 | 25.03 | - |
| YUV | 141.48 | 122.65 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 132 | 0 | 0.44 | 0.34 | 0.21 | 347.05 | 0.45 | 0.62 |
| Hex | C9 | 71 | 84 | 0 | 2C | 22 | 15 | 15B | 2D | 3E |
| Octal | 311 | 161 | 204 | 0 | 54 | 42 | 25 | 533 | 55 | 76 |
| Binary | 11001001 | 1110001 | 10000100 | 0 | 101100 | 100010 | 10101 | 101011011 | 101101 | 111110 |
Color Harmonies of #C97184
Complementary color
Monochromatic Colors of #C97184
Black with #C97184
Text Example
Text Example
White with #C97184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97184; }
p { color: rgb(201,113,132); }
H1.HeaderClassName
{
color: #C97184;
}
.AnyTagClassName
{
color: #C97184;
}
</style>
background-color css
<style>
a { background-color: #C97184; }
a { background-color: rgb(201,113,132); }
div.DivClassName
{
background-color: #C97184;
}
.BgClassName
{
background-color: #C97184;
}
</style>
border-color css
<style>
span { border-color: #C97184; }
span { border-color: rgb(201,113,132); }
td.TdClassName
{
border-color: #C97184;
}
.TagClassName
{
border-color: #C97184;
}
</style>