Shades of Charm #C96582
Tints of Charm #C96582
RGB
CMYK
RGB Variations
Color information
#C96582 (or 0xC96582) is known color: Charm. HEX triplet: C9, 65 and 82. RGB value is (201,101,130). Sum of RGB (Red+Green+Blue) = 201+101+130=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C96582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96582 is #369A7D. Grayscale: #868686. Windows color (decimal): -3578494 or 8545737. OLE color: 8545737.
HSL color Cylindrical-coordinate representation of color #C96582: hue angle of 342.6º 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 #C96582 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 130 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.21 |
| HSL | 342.6º | 0.48% | 0.59% | - |
| HSV(B) | 342.6º | 0.5% | 0.79% | - |
| XYZ | 32.77 | 23.34 | 23.9 | - |
| YUV | 134.21 | 125.63 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 130 | 0 | 0.50 | 0.35 | 0.21 | 342.6 | 0.48 | 0.59 |
| Hex | C9 | 65 | 82 | 0 | 32 | 23 | 15 | 157 | 30 | 3B |
| Octal | 311 | 145 | 202 | 0 | 62 | 43 | 25 | 527 | 60 | 73 |
| Binary | 11001001 | 1100101 | 10000010 | 0 | 110010 | 100011 | 10101 | 101010111 | 110000 | 111011 |
Color Harmonies of #C96582
Complementary color
Monochromatic Colors of #C96582
Black with #C96582
Text Example
Text Example
White with #C96582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96582; }
p { color: rgb(201,101,130); }
H1.HeaderClassName
{
color: #C96582;
}
.AnyTagClassName
{
color: #C96582;
}
</style>
background-color css
<style>
a { background-color: #C96582; }
a { background-color: rgb(201,101,130); }
div.DivClassName
{
background-color: #C96582;
}
.BgClassName
{
background-color: #C96582;
}
</style>
border-color css
<style>
span { border-color: #C96582; }
span { border-color: rgb(201,101,130); }
td.TdClassName
{
border-color: #C96582;
}
.TagClassName
{
border-color: #C96582;
}
</style>