Shades of Charm #C97084
Tints of Charm #C97084
RGB
CMYK
RGB Variations
Color information
#C97084 (or 0xC97084) is known color: Charm. HEX triplet: C9, 70 and 84. RGB value is (201,112,132). Sum of RGB (Red+Green+Blue) = 201+112+132=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C97084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97084 is #368F7B. Grayscale: #8C8C8C. Windows color (decimal): -3575676 or 8679625. OLE color: 8679625.
HSL color Cylindrical-coordinate representation of color #C97084: hue angle of 346.52º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C97084 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 132 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.21 |
| HSL | 346.52º | 0.45% | 0.61% | - |
| HSV(B) | 346.52º | 0.44% | 0.79% | - |
| XYZ | 34.05 | 25.67 | 24.99 | - |
| YUV | 140.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 132 | 0 | 0.44 | 0.34 | 0.21 | 346.52 | 0.45 | 0.61 |
| Hex | C9 | 70 | 84 | 0 | 2C | 22 | 15 | 15B | 2D | 3D |
| Octal | 311 | 160 | 204 | 0 | 54 | 42 | 25 | 533 | 55 | 75 |
| Binary | 11001001 | 1110000 | 10000100 | 0 | 101100 | 100010 | 10101 | 101011011 | 101101 | 111101 |
Color Harmonies of #C97084
Complementary color
Monochromatic Colors of #C97084
Black with #C97084
Text Example
Text Example
White with #C97084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97084; }
p { color: rgb(201,112,132); }
H1.HeaderClassName
{
color: #C97084;
}
.AnyTagClassName
{
color: #C97084;
}
</style>
background-color css
<style>
a { background-color: #C97084; }
a { background-color: rgb(201,112,132); }
div.DivClassName
{
background-color: #C97084;
}
.BgClassName
{
background-color: #C97084;
}
</style>
border-color css
<style>
span { border-color: #C97084; }
span { border-color: rgb(201,112,132); }
td.TdClassName
{
border-color: #C97084;
}
.TagClassName
{
border-color: #C97084;
}
</style>