Shades of Charm #C96581
Tints of Charm #C96581
RGB
CMYK
RGB Variations
Color information
#C96581 (or 0xC96581) is known color: Charm. HEX triplet: C9, 65 and 81. RGB value is (201,101,129). Sum of RGB (Red+Green+Blue) = 201+101+129=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C96581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96581 is #369A7E. Grayscale: #868686. Windows color (decimal): -3578495 or 8480201. OLE color: 8480201.
HSL color Cylindrical-coordinate representation of color #C96581: hue angle of 343.2º 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 #C96581 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 129 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.21 |
| HSL | 343.2º | 0.48% | 0.59% | - |
| HSV(B) | 343.2º | 0.5% | 0.79% | - |
| XYZ | 32.7 | 23.31 | 23.54 | - |
| YUV | 134.09 | 125.13 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 129 | 0 | 0.50 | 0.36 | 0.21 | 343.2 | 0.48 | 0.59 |
| Hex | C9 | 65 | 81 | 0 | 32 | 24 | 15 | 157 | 30 | 3B |
| Octal | 311 | 145 | 201 | 0 | 62 | 44 | 25 | 527 | 60 | 73 |
| Binary | 11001001 | 1100101 | 10000001 | 0 | 110010 | 100100 | 10101 | 101010111 | 110000 | 111011 |
Color Harmonies of #C96581
Complementary color
Monochromatic Colors of #C96581
Black with #C96581
Text Example
Text Example
White with #C96581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96581; }
p { color: rgb(201,101,129); }
H1.HeaderClassName
{
color: #C96581;
}
.AnyTagClassName
{
color: #C96581;
}
</style>
background-color css
<style>
a { background-color: #C96581; }
a { background-color: rgb(201,101,129); }
div.DivClassName
{
background-color: #C96581;
}
.BgClassName
{
background-color: #C96581;
}
</style>
border-color css
<style>
span { border-color: #C96581; }
span { border-color: rgb(201,101,129); }
td.TdClassName
{
border-color: #C96581;
}
.TagClassName
{
border-color: #C96581;
}
</style>