Shades of Old Rose #C32E4A
Tints of Old Rose #C32E4A
RGB
CMYK
RGB Variations
Color information
#C32E4A (or 0xC32E4A) is known color: Old Rose. HEX triplet: C3, 2E and 4A. RGB value is (195,46,74). Sum of RGB (Red+Green+Blue) = 195+46+74=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32E4A is #3CD1B5. Grayscale: #5D5D5D. Windows color (decimal): -3985846 or 4861635. OLE color: 4861635.
HSL color Cylindrical-coordinate representation of color #C32E4A: hue angle of 348.72º 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 #C32E4A is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 74 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.24 |
| HSL | 348.72º | 0.62% | 0.47% | - |
| HSV(B) | 348.72º | 0.76% | 0.76% | - |
| XYZ | 24.72 | 14.05 | 7.89 | - |
| YUV | 93.74 | 116.86 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 74 | 0 | 0.76 | 0.62 | 0.24 | 348.72 | 0.62 | 0.47 |
| Hex | C3 | 2E | 4A | 0 | 4C | 3E | 18 | 15D | 3E | 2F |
| Octal | 303 | 56 | 112 | 0 | 114 | 76 | 30 | 535 | 76 | 57 |
| Binary | 11000011 | 101110 | 1001010 | 0 | 1001100 | 111110 | 11000 | 101011101 | 111110 | 101111 |
Color Harmonies of #C32E4A
Complementary color
Monochromatic Colors of #C32E4A
Black with #C32E4A
Text Example
Text Example
White with #C32E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32E4A; }
p { color: rgb(195,46,74); }
H1.HeaderClassName
{
color: #C32E4A;
}
.AnyTagClassName
{
color: #C32E4A;
}
</style>
background-color css
<style>
a { background-color: #C32E4A; }
a { background-color: rgb(195,46,74); }
div.DivClassName
{
background-color: #C32E4A;
}
.BgClassName
{
background-color: #C32E4A;
}
</style>
border-color css
<style>
span { border-color: #C32E4A; }
span { border-color: rgb(195,46,74); }
td.TdClassName
{
border-color: #C32E4A;
}
.TagClassName
{
border-color: #C32E4A;
}
</style>