Shades of Charm #C96080
Tints of Charm #C96080
RGB
CMYK
RGB Variations
Color information
#C96080 (or 0xC96080) is known color: Charm. HEX triplet: C9, 60 and 80. RGB value is (201,96,128). Sum of RGB (Red+Green+Blue) = 201+96+128=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C96080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96080 is #369F7F. Grayscale: #838383. Windows color (decimal): -3579776 or 8413385. OLE color: 8413385.
HSL color Cylindrical-coordinate representation of color #C96080: hue angle of 341.71º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C96080 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 96 | 128 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.21 |
| HSL | 341.71º | 0.49% | 0.58% | - |
| HSV(B) | 341.71º | 0.52% | 0.79% | - |
| XYZ | 32.17 | 22.34 | 23.04 | - |
| YUV | 131.04 | 126.29 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 96 | 128 | 0 | 0.52 | 0.36 | 0.21 | 341.71 | 0.49 | 0.58 |
| Hex | C9 | 60 | 80 | 0 | 34 | 24 | 15 | 156 | 31 | 3A |
| Octal | 311 | 140 | 200 | 0 | 64 | 44 | 25 | 526 | 61 | 72 |
| Binary | 11001001 | 1100000 | 10000000 | 0 | 110100 | 100100 | 10101 | 101010110 | 110001 | 111010 |
Color Harmonies of #C96080
Complementary color
Monochromatic Colors of #C96080
Black with #C96080
Text Example
Text Example
White with #C96080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96080; }
p { color: rgb(201,96,128); }
H1.HeaderClassName
{
color: #C96080;
}
.AnyTagClassName
{
color: #C96080;
}
</style>
background-color css
<style>
a { background-color: #C96080; }
a { background-color: rgb(201,96,128); }
div.DivClassName
{
background-color: #C96080;
}
.BgClassName
{
background-color: #C96080;
}
</style>
border-color css
<style>
span { border-color: #C96080; }
span { border-color: rgb(201,96,128); }
td.TdClassName
{
border-color: #C96080;
}
.TagClassName
{
border-color: #C96080;
}
</style>