Shades of Charm #C96C84
Tints of Charm #C96C84
RGB
CMYK
RGB Variations
Color information
#C96C84 (or 0xC96C84) is known color: Charm. HEX triplet: C9, 6C and 84. RGB value is (201,108,132). Sum of RGB (Red+Green+Blue) = 201+108+132=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96C84 is #36937B. Grayscale: #8A8A8A. Windows color (decimal): -3576700 or 8678601. OLE color: 8678601.
HSL color Cylindrical-coordinate representation of color #C96C84: hue angle of 344.52º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C96C84 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 108 | 132 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.21 |
| HSL | 344.52º | 0.46% | 0.61% | - |
| HSV(B) | 344.52º | 0.46% | 0.79% | - |
| XYZ | 33.61 | 24.81 | 24.85 | - |
| YUV | 138.54 | 124.31 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 132 | 0 | 0.46 | 0.34 | 0.21 | 344.52 | 0.46 | 0.61 |
| Hex | C9 | 6C | 84 | 0 | 2E | 22 | 15 | 159 | 2E | 3D |
| Octal | 311 | 154 | 204 | 0 | 56 | 42 | 25 | 531 | 56 | 75 |
| Binary | 11001001 | 1101100 | 10000100 | 0 | 101110 | 100010 | 10101 | 101011001 | 101110 | 111101 |
Color Harmonies of #C96C84
Complementary color
Monochromatic Colors of #C96C84
Black with #C96C84
Text Example
Text Example
White with #C96C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96C84; }
p { color: rgb(201,108,132); }
H1.HeaderClassName
{
color: #C96C84;
}
.AnyTagClassName
{
color: #C96C84;
}
</style>
background-color css
<style>
a { background-color: #C96C84; }
a { background-color: rgb(201,108,132); }
div.DivClassName
{
background-color: #C96C84;
}
.BgClassName
{
background-color: #C96C84;
}
</style>
border-color css
<style>
span { border-color: #C96C84; }
span { border-color: rgb(201,108,132); }
td.TdClassName
{
border-color: #C96C84;
}
.TagClassName
{
border-color: #C96C84;
}
</style>