Shades of Old Rose #C32A5D
Tints of Old Rose #C32A5D
RGB
CMYK
RGB Variations
Color information
#C32A5D (or 0xC32A5D) is known color: Old Rose. HEX triplet: C3, 2A and 5D. RGB value is (195,42,93). Sum of RGB (Red+Green+Blue) = 195+42+93=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32A5D is #3CD5A2. Grayscale: #5D5D5D. Windows color (decimal): -3986851 or 6105795. OLE color: 6105795.
HSL color Cylindrical-coordinate representation of color #C32A5D: hue angle of 340º 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 #C32A5D is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 42 | 93 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.24 |
| HSL | 340º | 0.65% | 0.46% | - |
| HSV(B) | 340º | 0.78% | 0.76% | - |
| XYZ | 25.31 | 14.05 | 11.73 | - |
| YUV | 93.56 | 127.69 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 42 | 93 | 0 | 0.78 | 0.52 | 0.24 | 340 | 0.65 | 0.46 |
| Hex | C3 | 2A | 5D | 0 | 4E | 34 | 18 | 154 | 41 | 2E |
| Octal | 303 | 52 | 135 | 0 | 116 | 64 | 30 | 524 | 101 | 56 |
| Binary | 11000011 | 101010 | 1011101 | 0 | 1001110 | 110100 | 11000 | 101010100 | 1000001 | 101110 |
Color Harmonies of #C32A5D
Complementary color
Monochromatic Colors of #C32A5D
Black with #C32A5D
Text Example
Text Example
White with #C32A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32A5D; }
p { color: rgb(195,42,93); }
H1.HeaderClassName
{
color: #C32A5D;
}
.AnyTagClassName
{
color: #C32A5D;
}
</style>
background-color css
<style>
a { background-color: #C32A5D; }
a { background-color: rgb(195,42,93); }
div.DivClassName
{
background-color: #C32A5D;
}
.BgClassName
{
background-color: #C32A5D;
}
</style>
border-color css
<style>
span { border-color: #C32A5D; }
span { border-color: rgb(195,42,93); }
td.TdClassName
{
border-color: #C32A5D;
}
.TagClassName
{
border-color: #C32A5D;
}
</style>