Shades of Charm #C96D84
Tints of Charm #C96D84
RGB
CMYK
RGB Variations
Color information
#C96D84 (or 0xC96D84) is known color: Charm. HEX triplet: C9, 6D and 84. RGB value is (201,109,132). Sum of RGB (Red+Green+Blue) = 201+109+132=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96D84 is #36927B. Grayscale: #8B8B8B. Windows color (decimal): -3576444 or 8678857. OLE color: 8678857.
HSL color Cylindrical-coordinate representation of color #C96D84: hue angle of 345º 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 #C96D84 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 109 | 132 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.21 |
| HSL | 345º | 0.46% | 0.61% | - |
| HSV(B) | 345º | 0.46% | 0.79% | - |
| XYZ | 33.72 | 25.02 | 24.88 | - |
| YUV | 139.13 | 123.98 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 132 | 0 | 0.46 | 0.34 | 0.21 | 345 | 0.46 | 0.61 |
| Hex | C9 | 6D | 84 | 0 | 2E | 22 | 15 | 159 | 2E | 3D |
| Octal | 311 | 155 | 204 | 0 | 56 | 42 | 25 | 531 | 56 | 75 |
| Binary | 11001001 | 1101101 | 10000100 | 0 | 101110 | 100010 | 10101 | 101011001 | 101110 | 111101 |
Color Harmonies of #C96D84
Complementary color
Monochromatic Colors of #C96D84
Black with #C96D84
Text Example
Text Example
White with #C96D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96D84; }
p { color: rgb(201,109,132); }
H1.HeaderClassName
{
color: #C96D84;
}
.AnyTagClassName
{
color: #C96D84;
}
</style>
background-color css
<style>
a { background-color: #C96D84; }
a { background-color: rgb(201,109,132); }
div.DivClassName
{
background-color: #C96D84;
}
.BgClassName
{
background-color: #C96D84;
}
</style>
border-color css
<style>
span { border-color: #C96D84; }
span { border-color: rgb(201,109,132); }
td.TdClassName
{
border-color: #C96D84;
}
.TagClassName
{
border-color: #C96D84;
}
</style>