Shades of Old Rose #C32C5E
Tints of Old Rose #C32C5E
RGB
CMYK
RGB Variations
Color information
#C32C5E (or 0xC32C5E) is known color: Old Rose. HEX triplet: C3, 2C and 5E. RGB value is (195,44,94). Sum of RGB (Red+Green+Blue) = 195+44+94=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 44 (17.58% from 255 or 13.21% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32C5E is #3CD3A1. Grayscale: #5E5E5E. Windows color (decimal): -3986338 or 6171843. OLE color: 6171843.
HSL color Cylindrical-coordinate representation of color #C32C5E: hue angle of 340.13º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32C5E is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 44 | 94 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.24 |
| HSL | 340.13º | 0.63% | 0.47% | - |
| HSV(B) | 340.13º | 0.77% | 0.76% | - |
| XYZ | 25.43 | 14.21 | 11.99 | - |
| YUV | 94.85 | 127.53 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 94 | 0 | 0.77 | 0.52 | 0.24 | 340.13 | 0.63 | 0.47 |
| Hex | C3 | 2C | 5E | 0 | 4D | 34 | 18 | 154 | 3F | 2F |
| Octal | 303 | 54 | 136 | 0 | 115 | 64 | 30 | 524 | 77 | 57 |
| Binary | 11000011 | 101100 | 1011110 | 0 | 1001101 | 110100 | 11000 | 101010100 | 111111 | 101111 |
Color Harmonies of #C32C5E
Complementary color
Monochromatic Colors of #C32C5E
Black with #C32C5E
Text Example
Text Example
White with #C32C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32C5E; }
p { color: rgb(195,44,94); }
H1.HeaderClassName
{
color: #C32C5E;
}
.AnyTagClassName
{
color: #C32C5E;
}
</style>
background-color css
<style>
a { background-color: #C32C5E; }
a { background-color: rgb(195,44,94); }
div.DivClassName
{
background-color: #C32C5E;
}
.BgClassName
{
background-color: #C32C5E;
}
</style>
border-color css
<style>
span { border-color: #C32C5E; }
span { border-color: rgb(195,44,94); }
td.TdClassName
{
border-color: #C32C5E;
}
.TagClassName
{
border-color: #C32C5E;
}
</style>