Shades of Old Rose #C32C50
Tints of Old Rose #C32C50
RGB
CMYK
RGB Variations
Color information
#C32C50 (or 0xC32C50) is known color: Old Rose. HEX triplet: C3, 2C and 50. RGB value is (195,44,80). Sum of RGB (Red+Green+Blue) = 195+44+80=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32C50 is #3CD3AF. Grayscale: #5D5D5D. Windows color (decimal): -3986352 or 5254339. OLE color: 5254339.
HSL color Cylindrical-coordinate representation of color #C32C50: hue angle of 345.7º 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 #C32C50 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 44 | 80 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.24 |
| HSL | 345.7º | 0.63% | 0.47% | - |
| HSV(B) | 345.7º | 0.77% | 0.76% | - |
| XYZ | 24.85 | 13.98 | 8.98 | - |
| YUV | 93.25 | 120.53 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 80 | 0 | 0.77 | 0.59 | 0.24 | 345.7 | 0.63 | 0.47 |
| Hex | C3 | 2C | 50 | 0 | 4D | 3B | 18 | 15A | 3F | 2F |
| Octal | 303 | 54 | 120 | 0 | 115 | 73 | 30 | 532 | 77 | 57 |
| Binary | 11000011 | 101100 | 1010000 | 0 | 1001101 | 111011 | 11000 | 101011010 | 111111 | 101111 |
Color Harmonies of #C32C50
Complementary color
Monochromatic Colors of #C32C50
Black with #C32C50
Text Example
Text Example
White with #C32C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32C50; }
p { color: rgb(195,44,80); }
H1.HeaderClassName
{
color: #C32C50;
}
.AnyTagClassName
{
color: #C32C50;
}
</style>
background-color css
<style>
a { background-color: #C32C50; }
a { background-color: rgb(195,44,80); }
div.DivClassName
{
background-color: #C32C50;
}
.BgClassName
{
background-color: #C32C50;
}
</style>
border-color css
<style>
span { border-color: #C32C50; }
span { border-color: rgb(195,44,80); }
td.TdClassName
{
border-color: #C32C50;
}
.TagClassName
{
border-color: #C32C50;
}
</style>