Shades of Old Rose #C32059
Tints of Old Rose #C32059
RGB
CMYK
RGB Variations
Color information
#C32059 (or 0xC32059) is known color: Old Rose. HEX triplet: C3, 20 and 59. RGB value is (195,32,89). Sum of RGB (Red+Green+Blue) = 195+32+89=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C32059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32059 is #3CDFA6. Grayscale: #575757. Windows color (decimal): -3989415 or 5841091. OLE color: 5841091.
HSL color Cylindrical-coordinate representation of color #C32059: hue angle of 339.02º 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 #C32059 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 89 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.24 |
| HSL | 339.02º | 0.72% | 0.45% | - |
| HSV(B) | 339.02º | 0.84% | 0.76% | - |
| XYZ | 24.83 | 13.36 | 10.72 | - |
| YUV | 87.24 | 129 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 89 | 0 | 0.84 | 0.54 | 0.24 | 339.02 | 0.72 | 0.45 |
| Hex | C3 | 20 | 59 | 0 | 54 | 36 | 18 | 153 | 48 | 2D |
| Octal | 303 | 40 | 131 | 0 | 124 | 66 | 30 | 523 | 110 | 55 |
| Binary | 11000011 | 100000 | 1011001 | 0 | 1010100 | 110110 | 11000 | 101010011 | 1001000 | 101101 |
Color Harmonies of #C32059
Complementary color
Monochromatic Colors of #C32059
Black with #C32059
Text Example
Text Example
White with #C32059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32059; }
p { color: rgb(195,32,89); }
H1.HeaderClassName
{
color: #C32059;
}
.AnyTagClassName
{
color: #C32059;
}
</style>
background-color css
<style>
a { background-color: #C32059; }
a { background-color: rgb(195,32,89); }
div.DivClassName
{
background-color: #C32059;
}
.BgClassName
{
background-color: #C32059;
}
</style>
border-color css
<style>
span { border-color: #C32059; }
span { border-color: rgb(195,32,89); }
td.TdClassName
{
border-color: #C32059;
}
.TagClassName
{
border-color: #C32059;
}
</style>