Shades of Old Rose #C32D55
Tints of Old Rose #C32D55
RGB
CMYK
RGB Variations
Color information
#C32D55 (or 0xC32D55) is known color: Old Rose. HEX triplet: C3, 2D and 55. RGB value is (195,45,85). Sum of RGB (Red+Green+Blue) = 195+45+85=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32D55 is #3CD2AA. Grayscale: #5E5E5E. Windows color (decimal): -3986091 or 5582275. OLE color: 5582275.
HSL color Cylindrical-coordinate representation of color #C32D55: hue angle of 344º degrees, saturation: 0.62, 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 #C32D55 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 45 | 85 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.24 |
| HSL | 344º | 0.63% | 0.47% | - |
| HSV(B) | 344º | 0.77% | 0.76% | - |
| XYZ | 25.08 | 14.13 | 10 | - |
| YUV | 94.41 | 122.7 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 85 | 0 | 0.77 | 0.56 | 0.24 | 344 | 0.63 | 0.47 |
| Hex | C3 | 2D | 55 | 0 | 4D | 38 | 18 | 158 | 3E | 2F |
| Octal | 303 | 55 | 125 | 0 | 115 | 70 | 30 | 530 | 76 | 57 |
| Binary | 11000011 | 101101 | 1010101 | 0 | 1001101 | 111000 | 11000 | 101011000 | 111110 | 101111 |
Color Harmonies of #C32D55
Complementary color
Monochromatic Colors of #C32D55
Black with #C32D55
Text Example
Text Example
White with #C32D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32D55; }
p { color: rgb(195,45,85); }
H1.HeaderClassName
{
color: #C32D55;
}
.AnyTagClassName
{
color: #C32D55;
}
</style>
background-color css
<style>
a { background-color: #C32D55; }
a { background-color: rgb(195,45,85); }
div.DivClassName
{
background-color: #C32D55;
}
.BgClassName
{
background-color: #C32D55;
}
</style>
border-color css
<style>
span { border-color: #C32D55; }
span { border-color: rgb(195,45,85); }
td.TdClassName
{
border-color: #C32D55;
}
.TagClassName
{
border-color: #C32D55;
}
</style>