Shades of Old Rose #C32A4D
Tints of Old Rose #C32A4D
RGB
CMYK
RGB Variations
Color information
#C32A4D (or 0xC32A4D) is known color: Old Rose. HEX triplet: C3, 2A and 4D. RGB value is (195,42,77). Sum of RGB (Red+Green+Blue) = 195+42+77=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32A4D is #3CD5B2. Grayscale: #5B5B5B. Windows color (decimal): -3986867 or 5057219. OLE color: 5057219.
HSL color Cylindrical-coordinate representation of color #C32A4D: hue angle of 346.27º 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 #C32A4D is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 42 | 77 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.24 |
| HSL | 346.27º | 0.65% | 0.46% | - |
| HSV(B) | 346.27º | 0.78% | 0.76% | - |
| XYZ | 24.67 | 13.79 | 8.38 | - |
| YUV | 91.74 | 119.69 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 42 | 77 | 0 | 0.78 | 0.61 | 0.24 | 346.27 | 0.65 | 0.46 |
| Hex | C3 | 2A | 4D | 0 | 4E | 3D | 18 | 15A | 41 | 2E |
| Octal | 303 | 52 | 115 | 0 | 116 | 75 | 30 | 532 | 101 | 56 |
| Binary | 11000011 | 101010 | 1001101 | 0 | 1001110 | 111101 | 11000 | 101011010 | 1000001 | 101110 |
Color Harmonies of #C32A4D
Complementary color
Monochromatic Colors of #C32A4D
Black with #C32A4D
Text Example
Text Example
White with #C32A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32A4D; }
p { color: rgb(195,42,77); }
H1.HeaderClassName
{
color: #C32A4D;
}
.AnyTagClassName
{
color: #C32A4D;
}
</style>
background-color css
<style>
a { background-color: #C32A4D; }
a { background-color: rgb(195,42,77); }
div.DivClassName
{
background-color: #C32A4D;
}
.BgClassName
{
background-color: #C32A4D;
}
</style>
border-color css
<style>
span { border-color: #C32A4D; }
span { border-color: rgb(195,42,77); }
td.TdClassName
{
border-color: #C32A4D;
}
.TagClassName
{
border-color: #C32A4D;
}
</style>