Shades of Charm #C96C79
Tints of Charm #C96C79
RGB
CMYK
RGB Variations
Color information
#C96C79 (or 0xC96C79) is known color: Charm. HEX triplet: C9, 6C and 79. RGB value is (201,108,121). Sum of RGB (Red+Green+Blue) = 201+108+121=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96C79 is #369386. Grayscale: #898989. Windows color (decimal): -3576711 or 7957705. OLE color: 7957705.
HSL color Cylindrical-coordinate representation of color #C96C79: hue angle of 351.61º 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 #C96C79 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 108 | 121 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.21 |
| HSL | 351.61º | 0.46% | 0.61% | - |
| HSV(B) | 351.61º | 0.46% | 0.79% | - |
| XYZ | 32.9 | 24.52 | 21.09 | - |
| YUV | 137.29 | 118.81 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 121 | 0 | 0.46 | 0.40 | 0.21 | 351.61 | 0.46 | 0.61 |
| Hex | C9 | 6C | 79 | 0 | 2E | 28 | 15 | 160 | 2E | 3D |
| Octal | 311 | 154 | 171 | 0 | 56 | 50 | 25 | 540 | 56 | 75 |
| Binary | 11001001 | 1101100 | 1111001 | 0 | 101110 | 101000 | 10101 | 101100000 | 101110 | 111101 |
Color Harmonies of #C96C79
Complementary color
Monochromatic Colors of #C96C79
Black with #C96C79
Text Example
Text Example
White with #C96C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96C79; }
p { color: rgb(201,108,121); }
H1.HeaderClassName
{
color: #C96C79;
}
.AnyTagClassName
{
color: #C96C79;
}
</style>
background-color css
<style>
a { background-color: #C96C79; }
a { background-color: rgb(201,108,121); }
div.DivClassName
{
background-color: #C96C79;
}
.BgClassName
{
background-color: #C96C79;
}
</style>
border-color css
<style>
span { border-color: #C96C79; }
span { border-color: rgb(201,108,121); }
td.TdClassName
{
border-color: #C96C79;
}
.TagClassName
{
border-color: #C96C79;
}
</style>