Shades of Old Rose #C32148
Tints of Old Rose #C32148
RGB
CMYK
RGB Variations
Color information
#C32148 (or 0xC32148) is known color: Old Rose. HEX triplet: C3, 21 and 48. RGB value is (195,33,72). Sum of RGB (Red+Green+Blue) = 195+33+72=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C32148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32148 is #3CDEB7. Grayscale: #555555. Windows color (decimal): -3989176 or 4727235. OLE color: 4727235.
HSL color Cylindrical-coordinate representation of color #C32148: hue angle of 345.56º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C32148 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 33 | 72 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.24 |
| HSL | 345.56º | 0.71% | 0.45% | - |
| HSV(B) | 345.56º | 0.83% | 0.76% | - |
| XYZ | 24.22 | 13.16 | 7.39 | - |
| YUV | 85.88 | 120.17 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 72 | 0 | 0.83 | 0.63 | 0.24 | 345.56 | 0.71 | 0.45 |
| Hex | C3 | 21 | 48 | 0 | 53 | 3F | 18 | 15A | 47 | 2D |
| Octal | 303 | 41 | 110 | 0 | 123 | 77 | 30 | 532 | 107 | 55 |
| Binary | 11000011 | 100001 | 1001000 | 0 | 1010011 | 111111 | 11000 | 101011010 | 1000111 | 101101 |
Color Harmonies of #C32148
Complementary color
Monochromatic Colors of #C32148
Black with #C32148
Text Example
Text Example
White with #C32148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32148; }
p { color: rgb(195,33,72); }
H1.HeaderClassName
{
color: #C32148;
}
.AnyTagClassName
{
color: #C32148;
}
</style>
background-color css
<style>
a { background-color: #C32148; }
a { background-color: rgb(195,33,72); }
div.DivClassName
{
background-color: #C32148;
}
.BgClassName
{
background-color: #C32148;
}
</style>
border-color css
<style>
span { border-color: #C32148; }
span { border-color: rgb(195,33,72); }
td.TdClassName
{
border-color: #C32148;
}
.TagClassName
{
border-color: #C32148;
}
</style>