Shades of Old Rose #C32A55
Tints of Old Rose #C32A55
RGB
CMYK
RGB Variations
Color information
#C32A55 (or 0xC32A55) is known color: Old Rose. HEX triplet: C3, 2A and 55. RGB value is (195,42,85). Sum of RGB (Red+Green+Blue) = 195+42+85=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 42 (16.80% from 255 or 13.04% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32A55 is #3CD5AA. Grayscale: #5C5C5C. Windows color (decimal): -3986859 or 5581507. OLE color: 5581507.
HSL color Cylindrical-coordinate representation of color #C32A55: hue angle of 343.14º 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 #C32A55 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 42 | 85 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.24 |
| HSL | 343.14º | 0.65% | 0.46% | - |
| HSV(B) | 343.14º | 0.78% | 0.76% | - |
| XYZ | 24.97 | 13.91 | 9.96 | - |
| YUV | 92.65 | 123.69 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 42 | 85 | 0 | 0.78 | 0.56 | 0.24 | 343.14 | 0.65 | 0.46 |
| Hex | C3 | 2A | 55 | 0 | 4E | 38 | 18 | 157 | 41 | 2E |
| Octal | 303 | 52 | 125 | 0 | 116 | 70 | 30 | 527 | 101 | 56 |
| Binary | 11000011 | 101010 | 1010101 | 0 | 1001110 | 111000 | 11000 | 101010111 | 1000001 | 101110 |
Color Harmonies of #C32A55
Complementary color
Monochromatic Colors of #C32A55
Black with #C32A55
Text Example
Text Example
White with #C32A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32A55; }
p { color: rgb(195,42,85); }
H1.HeaderClassName
{
color: #C32A55;
}
.AnyTagClassName
{
color: #C32A55;
}
</style>
background-color css
<style>
a { background-color: #C32A55; }
a { background-color: rgb(195,42,85); }
div.DivClassName
{
background-color: #C32A55;
}
.BgClassName
{
background-color: #C32A55;
}
</style>
border-color css
<style>
span { border-color: #C32A55; }
span { border-color: rgb(195,42,85); }
td.TdClassName
{
border-color: #C32A55;
}
.TagClassName
{
border-color: #C32A55;
}
</style>