Shades of Old Rose #C32060
Tints of Old Rose #C32060
RGB
CMYK
RGB Variations
Color information
#C32060 (or 0xC32060) is known color: Old Rose. HEX triplet: C3, 20 and 60. RGB value is (195,32,96). Sum of RGB (Red+Green+Blue) = 195+32+96=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C32060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32060 is #3CDF9F. Grayscale: #575757. Windows color (decimal): -3989408 or 6299843. OLE color: 6299843.
HSL color Cylindrical-coordinate representation of color #C32060: hue angle of 336.44º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C32060 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 96 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.24 |
| HSL | 336.44º | 0.72% | 0.45% | - |
| HSV(B) | 336.44º | 0.84% | 0.76% | - |
| XYZ | 25.13 | 13.48 | 12.34 | - |
| YUV | 88.03 | 132.5 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 96 | 0 | 0.84 | 0.51 | 0.24 | 336.44 | 0.72 | 0.45 |
| Hex | C3 | 20 | 60 | 0 | 54 | 33 | 18 | 150 | 48 | 2D |
| Octal | 303 | 40 | 140 | 0 | 124 | 63 | 30 | 520 | 110 | 55 |
| Binary | 11000011 | 100000 | 1100000 | 0 | 1010100 | 110011 | 11000 | 101010000 | 1001000 | 101101 |
Color Harmonies of #C32060
Complementary color
Monochromatic Colors of #C32060
Black with #C32060
Text Example
Text Example
White with #C32060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32060; }
p { color: rgb(195,32,96); }
H1.HeaderClassName
{
color: #C32060;
}
.AnyTagClassName
{
color: #C32060;
}
</style>
background-color css
<style>
a { background-color: #C32060; }
a { background-color: rgb(195,32,96); }
div.DivClassName
{
background-color: #C32060;
}
.BgClassName
{
background-color: #C32060;
}
</style>
border-color css
<style>
span { border-color: #C32060; }
span { border-color: rgb(195,32,96); }
td.TdClassName
{
border-color: #C32060;
}
.TagClassName
{
border-color: #C32060;
}
</style>