Shades of Old Rose #C32350
Tints of Old Rose #C32350
RGB
CMYK
RGB Variations
Color information
#C32350 (or 0xC32350) is known color: Old Rose. HEX triplet: C3, 23 and 50. RGB value is (195,35,80). Sum of RGB (Red+Green+Blue) = 195+35+80=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C32350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32350 is #3CDCAF. Grayscale: #575757. Windows color (decimal): -3988656 or 5252035. OLE color: 5252035.
HSL color Cylindrical-coordinate representation of color #C32350: hue angle of 343.12º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C32350 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 80 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.24 |
| HSL | 343.13º | 0.7% | 0.45% | - |
| HSV(B) | 343.13º | 0.82% | 0.76% | - |
| XYZ | 24.55 | 13.38 | 8.88 | - |
| YUV | 87.97 | 123.51 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 80 | 0 | 0.82 | 0.59 | 0.24 | 343.13 | 0.7 | 0.45 |
| Hex | C3 | 23 | 50 | 0 | 52 | 3B | 18 | 157 | 46 | 2D |
| Octal | 303 | 43 | 120 | 0 | 122 | 73 | 30 | 527 | 106 | 55 |
| Binary | 11000011 | 100011 | 1010000 | 0 | 1010010 | 111011 | 11000 | 101010111 | 1000110 | 101101 |
Color Harmonies of #C32350
Complementary color
Monochromatic Colors of #C32350
Black with #C32350
Text Example
Text Example
White with #C32350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32350; }
p { color: rgb(195,35,80); }
H1.HeaderClassName
{
color: #C32350;
}
.AnyTagClassName
{
color: #C32350;
}
</style>
background-color css
<style>
a { background-color: #C32350; }
a { background-color: rgb(195,35,80); }
div.DivClassName
{
background-color: #C32350;
}
.BgClassName
{
background-color: #C32350;
}
</style>
border-color css
<style>
span { border-color: #C32350; }
span { border-color: rgb(195,35,80); }
td.TdClassName
{
border-color: #C32350;
}
.TagClassName
{
border-color: #C32350;
}
</style>