Shades of Old Rose #C32C52
Tints of Old Rose #C32C52
RGB
CMYK
RGB Variations
Color information
#C32C52 (or 0xC32C52) is known color: Old Rose. HEX triplet: C3, 2C and 52. RGB value is (195,44,82). Sum of RGB (Red+Green+Blue) = 195+44+82=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32C52 is #3CD3AD. Grayscale: #5D5D5D. Windows color (decimal): -3986350 or 5385411. OLE color: 5385411.
HSL color Cylindrical-coordinate representation of color #C32C52: hue angle of 344.9º 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 #C32C52 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 44 | 82 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.24 |
| HSL | 344.9º | 0.63% | 0.47% | - |
| HSV(B) | 344.9º | 0.77% | 0.76% | - |
| XYZ | 24.93 | 14.01 | 9.37 | - |
| YUV | 93.48 | 121.53 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 82 | 0 | 0.77 | 0.58 | 0.24 | 344.9 | 0.63 | 0.47 |
| Hex | C3 | 2C | 52 | 0 | 4D | 3A | 18 | 159 | 3F | 2F |
| Octal | 303 | 54 | 122 | 0 | 115 | 72 | 30 | 531 | 77 | 57 |
| Binary | 11000011 | 101100 | 1010010 | 0 | 1001101 | 111010 | 11000 | 101011001 | 111111 | 101111 |
Color Harmonies of #C32C52
Complementary color
Monochromatic Colors of #C32C52
Black with #C32C52
Text Example
Text Example
White with #C32C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32C52; }
p { color: rgb(195,44,82); }
H1.HeaderClassName
{
color: #C32C52;
}
.AnyTagClassName
{
color: #C32C52;
}
</style>
background-color css
<style>
a { background-color: #C32C52; }
a { background-color: rgb(195,44,82); }
div.DivClassName
{
background-color: #C32C52;
}
.BgClassName
{
background-color: #C32C52;
}
</style>
border-color css
<style>
span { border-color: #C32C52; }
span { border-color: rgb(195,44,82); }
td.TdClassName
{
border-color: #C32C52;
}
.TagClassName
{
border-color: #C32C52;
}
</style>