Shades of Charm #C96584
Tints of Charm #C96584
RGB
CMYK
RGB Variations
Color information
#C96584 (or 0xC96584) is known color: Charm. HEX triplet: C9, 65 and 84. RGB value is (201,101,132). Sum of RGB (Red+Green+Blue) = 201+101+132=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C96584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96584 is #369A7B. Grayscale: #868686. Windows color (decimal): -3578492 or 8676809. OLE color: 8676809.
HSL color Cylindrical-coordinate representation of color #C96584: hue angle of 341.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C96584 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 132 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.21 |
| HSL | 341.4º | 0.48% | 0.59% | - |
| HSV(B) | 341.4º | 0.5% | 0.79% | - |
| XYZ | 32.91 | 23.39 | 24.61 | - |
| YUV | 134.43 | 126.63 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 132 | 0 | 0.50 | 0.34 | 0.21 | 341.4 | 0.48 | 0.59 |
| Hex | C9 | 65 | 84 | 0 | 32 | 22 | 15 | 155 | 30 | 3B |
| Octal | 311 | 145 | 204 | 0 | 62 | 42 | 25 | 525 | 60 | 73 |
| Binary | 11001001 | 1100101 | 10000100 | 0 | 110010 | 100010 | 10101 | 101010101 | 110000 | 111011 |
Color Harmonies of #C96584
Complementary color
Monochromatic Colors of #C96584
Black with #C96584
Text Example
Text Example
White with #C96584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96584; }
p { color: rgb(201,101,132); }
H1.HeaderClassName
{
color: #C96584;
}
.AnyTagClassName
{
color: #C96584;
}
</style>
background-color css
<style>
a { background-color: #C96584; }
a { background-color: rgb(201,101,132); }
div.DivClassName
{
background-color: #C96584;
}
.BgClassName
{
background-color: #C96584;
}
</style>
border-color css
<style>
span { border-color: #C96584; }
span { border-color: rgb(201,101,132); }
td.TdClassName
{
border-color: #C96584;
}
.TagClassName
{
border-color: #C96584;
}
</style>