Shades of Old Rose #C32A59
Tints of Old Rose #C32A59
RGB
CMYK
RGB Variations
Color information
#C32A59 (or 0xC32A59) is known color: Old Rose. HEX triplet: C3, 2A and 59. RGB value is (195,42,89). Sum of RGB (Red+Green+Blue) = 195+42+89=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32A59 is #3CD5A6. Grayscale: #5D5D5D. Windows color (decimal): -3986855 or 5843651. OLE color: 5843651.
HSL color Cylindrical-coordinate representation of color #C32A59: hue angle of 341.57º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32A59 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 42 | 89 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.24 |
| HSL | 341.57º | 0.65% | 0.46% | - |
| HSV(B) | 341.57º | 0.78% | 0.76% | - |
| XYZ | 25.14 | 13.98 | 10.82 | - |
| YUV | 93.11 | 125.69 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 42 | 89 | 0 | 0.78 | 0.54 | 0.24 | 341.57 | 0.65 | 0.46 |
| Hex | C3 | 2A | 59 | 0 | 4E | 36 | 18 | 156 | 41 | 2E |
| Octal | 303 | 52 | 131 | 0 | 116 | 66 | 30 | 526 | 101 | 56 |
| Binary | 11000011 | 101010 | 1011001 | 0 | 1001110 | 110110 | 11000 | 101010110 | 1000001 | 101110 |
Color Harmonies of #C32A59
Complementary color
Monochromatic Colors of #C32A59
Black with #C32A59
Text Example
Text Example
White with #C32A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32A59; }
p { color: rgb(195,42,89); }
H1.HeaderClassName
{
color: #C32A59;
}
.AnyTagClassName
{
color: #C32A59;
}
</style>
background-color css
<style>
a { background-color: #C32A59; }
a { background-color: rgb(195,42,89); }
div.DivClassName
{
background-color: #C32A59;
}
.BgClassName
{
background-color: #C32A59;
}
</style>
border-color css
<style>
span { border-color: #C32A59; }
span { border-color: rgb(195,42,89); }
td.TdClassName
{
border-color: #C32A59;
}
.TagClassName
{
border-color: #C32A59;
}
</style>