Shades of Old Rose #C32E4E
Tints of Old Rose #C32E4E
RGB
CMYK
RGB Variations
Color information
#C32E4E (or 0xC32E4E) is known color: Old Rose. HEX triplet: C3, 2E and 4E. RGB value is (195,46,78). Sum of RGB (Red+Green+Blue) = 195+46+78=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32E4E is #3CD1B1. Grayscale: #5E5E5E. Windows color (decimal): -3985842 or 5123779. OLE color: 5123779.
HSL color Cylindrical-coordinate representation of color #C32E4E: hue angle of 347.11º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C32E4E is Cyan = 0, Magento = 0.76, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 78 | - |
| CMYK | 0 | 0.76 | 0.6 | 0.24 |
| HSL | 347.11º | 0.62% | 0.47% | - |
| HSV(B) | 347.11º | 0.76% | 0.76% | - |
| XYZ | 24.86 | 14.11 | 8.62 | - |
| YUV | 94.2 | 118.86 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 78 | 0 | 0.76 | 0.6 | 0.24 | 347.11 | 0.62 | 0.47 |
| Hex | C3 | 2E | 4E | 0 | 4C | 3C | 18 | 15B | 3E | 2F |
| Octal | 303 | 56 | 116 | 0 | 114 | 74 | 30 | 533 | 76 | 57 |
| Binary | 11000011 | 101110 | 1001110 | 0 | 1001100 | 111100 | 11000 | 101011011 | 111110 | 101111 |
Color Harmonies of #C32E4E
Complementary color
Monochromatic Colors of #C32E4E
Black with #C32E4E
Text Example
Text Example
White with #C32E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32E4E; }
p { color: rgb(195,46,78); }
H1.HeaderClassName
{
color: #C32E4E;
}
.AnyTagClassName
{
color: #C32E4E;
}
</style>
background-color css
<style>
a { background-color: #C32E4E; }
a { background-color: rgb(195,46,78); }
div.DivClassName
{
background-color: #C32E4E;
}
.BgClassName
{
background-color: #C32E4E;
}
</style>
border-color css
<style>
span { border-color: #C32E4E; }
span { border-color: rgb(195,46,78); }
td.TdClassName
{
border-color: #C32E4E;
}
.TagClassName
{
border-color: #C32E4E;
}
</style>