Shades of Charm #C96580
Tints of Charm #C96580
RGB
CMYK
RGB Variations
Color information
#C96580 (or 0xC96580) is known color: Charm. HEX triplet: C9, 65 and 80. RGB value is (201,101,128). Sum of RGB (Red+Green+Blue) = 201+101+128=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C96580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96580 is #369A7F. Grayscale: #858585. Windows color (decimal): -3578496 or 8414665. OLE color: 8414665.
HSL color Cylindrical-coordinate representation of color #C96580: hue angle of 343.8º 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 #C96580 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 128 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.21 |
| HSL | 343.8º | 0.48% | 0.59% | - |
| HSV(B) | 343.8º | 0.5% | 0.79% | - |
| XYZ | 32.64 | 23.28 | 23.2 | - |
| YUV | 133.98 | 124.63 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 128 | 0 | 0.50 | 0.36 | 0.21 | 343.8 | 0.48 | 0.59 |
| Hex | C9 | 65 | 80 | 0 | 32 | 24 | 15 | 158 | 30 | 3B |
| Octal | 311 | 145 | 200 | 0 | 62 | 44 | 25 | 530 | 60 | 73 |
| Binary | 11001001 | 1100101 | 10000000 | 0 | 110010 | 100100 | 10101 | 101011000 | 110000 | 111011 |
Color Harmonies of #C96580
Complementary color
Monochromatic Colors of #C96580
Black with #C96580
Text Example
Text Example
White with #C96580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96580; }
p { color: rgb(201,101,128); }
H1.HeaderClassName
{
color: #C96580;
}
.AnyTagClassName
{
color: #C96580;
}
</style>
background-color css
<style>
a { background-color: #C96580; }
a { background-color: rgb(201,101,128); }
div.DivClassName
{
background-color: #C96580;
}
.BgClassName
{
background-color: #C96580;
}
</style>
border-color css
<style>
span { border-color: #C96580; }
span { border-color: rgb(201,101,128); }
td.TdClassName
{
border-color: #C96580;
}
.TagClassName
{
border-color: #C96580;
}
</style>