Shades of Old Rose #C32048
Tints of Old Rose #C32048
RGB
CMYK
RGB Variations
Color information
#C32048 (or 0xC32048) is known color: Old Rose. HEX triplet: C3, 20 and 48. RGB value is (195,32,72). Sum of RGB (Red+Green+Blue) = 195+32+72=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C32048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32048 is #3CDFB7. Grayscale: #555555. Windows color (decimal): -3989432 or 4726979. OLE color: 4726979.
HSL color Cylindrical-coordinate representation of color #C32048: hue angle of 345.28º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C32048 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 72 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.24 |
| HSL | 345.28º | 0.72% | 0.45% | - |
| HSV(B) | 345.28º | 0.84% | 0.76% | - |
| XYZ | 24.19 | 13.1 | 7.38 | - |
| YUV | 85.3 | 120.5 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 72 | 0 | 0.84 | 0.63 | 0.24 | 345.28 | 0.72 | 0.45 |
| Hex | C3 | 20 | 48 | 0 | 54 | 3F | 18 | 159 | 48 | 2D |
| Octal | 303 | 40 | 110 | 0 | 124 | 77 | 30 | 531 | 110 | 55 |
| Binary | 11000011 | 100000 | 1001000 | 0 | 1010100 | 111111 | 11000 | 101011001 | 1001000 | 101101 |
Color Harmonies of #C32048
Complementary color
Monochromatic Colors of #C32048
Black with #C32048
Text Example
Text Example
White with #C32048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32048; }
p { color: rgb(195,32,72); }
H1.HeaderClassName
{
color: #C32048;
}
.AnyTagClassName
{
color: #C32048;
}
</style>
background-color css
<style>
a { background-color: #C32048; }
a { background-color: rgb(195,32,72); }
div.DivClassName
{
background-color: #C32048;
}
.BgClassName
{
background-color: #C32048;
}
</style>
border-color css
<style>
span { border-color: #C32048; }
span { border-color: rgb(195,32,72); }
td.TdClassName
{
border-color: #C32048;
}
.TagClassName
{
border-color: #C32048;
}
</style>