Shades of Old Rose #C32C5D
Tints of Old Rose #C32C5D
RGB
CMYK
RGB Variations
Color information
#C32C5D (or 0xC32C5D) is known color: Old Rose. HEX triplet: C3, 2C and 5D. RGB value is (195,44,93). Sum of RGB (Red+Green+Blue) = 195+44+93=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32C5D is #3CD3A2. Grayscale: #5E5E5E. Windows color (decimal): -3986339 or 6106307. OLE color: 6106307.
HSL color Cylindrical-coordinate representation of color #C32C5D: hue angle of 340.53º 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 #C32C5D is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 44 | 93 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.24 |
| HSL | 340.53º | 0.63% | 0.47% | - |
| HSV(B) | 340.53º | 0.77% | 0.76% | - |
| XYZ | 25.38 | 14.19 | 11.76 | - |
| YUV | 94.74 | 127.03 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 93 | 0 | 0.77 | 0.52 | 0.24 | 340.53 | 0.63 | 0.47 |
| Hex | C3 | 2C | 5D | 0 | 4D | 34 | 18 | 155 | 3F | 2F |
| Octal | 303 | 54 | 135 | 0 | 115 | 64 | 30 | 525 | 77 | 57 |
| Binary | 11000011 | 101100 | 1011101 | 0 | 1001101 | 110100 | 11000 | 101010101 | 111111 | 101111 |
Color Harmonies of #C32C5D
Complementary color
Monochromatic Colors of #C32C5D
Black with #C32C5D
Text Example
Text Example
White with #C32C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32C5D; }
p { color: rgb(195,44,93); }
H1.HeaderClassName
{
color: #C32C5D;
}
.AnyTagClassName
{
color: #C32C5D;
}
</style>
background-color css
<style>
a { background-color: #C32C5D; }
a { background-color: rgb(195,44,93); }
div.DivClassName
{
background-color: #C32C5D;
}
.BgClassName
{
background-color: #C32C5D;
}
</style>
border-color css
<style>
span { border-color: #C32C5D; }
span { border-color: rgb(195,44,93); }
td.TdClassName
{
border-color: #C32C5D;
}
.TagClassName
{
border-color: #C32C5D;
}
</style>