Shades of Old Rose #C32448
Tints of Old Rose #C32448
RGB
CMYK
RGB Variations
Color information
#C32448 (or 0xC32448) is known color: Old Rose. HEX triplet: C3, 24 and 48. RGB value is (195,36,72). Sum of RGB (Red+Green+Blue) = 195+36+72=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C32448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32448 is #3CDBB7. Grayscale: #575757. Windows color (decimal): -3988408 or 4728003. OLE color: 4728003.
HSL color Cylindrical-coordinate representation of color #C32448: hue angle of 346.42º degrees, saturation: 0.69, 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 #C32448 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 36 | 72 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.24 |
| HSL | 346.42º | 0.69% | 0.45% | - |
| HSV(B) | 346.42º | 0.82% | 0.76% | - |
| XYZ | 24.31 | 13.33 | 7.42 | - |
| YUV | 87.65 | 119.18 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 36 | 72 | 0 | 0.82 | 0.63 | 0.24 | 346.42 | 0.69 | 0.45 |
| Hex | C3 | 24 | 48 | 0 | 52 | 3F | 18 | 15A | 45 | 2D |
| Octal | 303 | 44 | 110 | 0 | 122 | 77 | 30 | 532 | 105 | 55 |
| Binary | 11000011 | 100100 | 1001000 | 0 | 1010010 | 111111 | 11000 | 101011010 | 1000101 | 101101 |
Color Harmonies of #C32448
Complementary color
Monochromatic Colors of #C32448
Black with #C32448
Text Example
Text Example
White with #C32448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32448; }
p { color: rgb(195,36,72); }
H1.HeaderClassName
{
color: #C32448;
}
.AnyTagClassName
{
color: #C32448;
}
</style>
background-color css
<style>
a { background-color: #C32448; }
a { background-color: rgb(195,36,72); }
div.DivClassName
{
background-color: #C32448;
}
.BgClassName
{
background-color: #C32448;
}
</style>
border-color css
<style>
span { border-color: #C32448; }
span { border-color: rgb(195,36,72); }
td.TdClassName
{
border-color: #C32448;
}
.TagClassName
{
border-color: #C32448;
}
</style>