Shades of Old Rose #C32458
Tints of Old Rose #C32458
RGB
CMYK
RGB Variations
Color information
#C32458 (or 0xC32458) is known color: Old Rose. HEX triplet: C3, 24 and 58. RGB value is (195,36,88). Sum of RGB (Red+Green+Blue) = 195+36+88=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C32458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32458 is #3CDBA7. Grayscale: #595959. Windows color (decimal): -3988392 or 5776579. OLE color: 5776579.
HSL color Cylindrical-coordinate representation of color #C32458: hue angle of 340.38º 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 #C32458 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 36 | 88 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.24 |
| HSL | 340.38º | 0.69% | 0.45% | - |
| HSV(B) | 340.38º | 0.82% | 0.76% | - |
| XYZ | 24.9 | 13.57 | 10.54 | - |
| YUV | 89.47 | 127.18 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 36 | 88 | 0 | 0.82 | 0.55 | 0.24 | 340.38 | 0.69 | 0.45 |
| Hex | C3 | 24 | 58 | 0 | 52 | 37 | 18 | 154 | 45 | 2D |
| Octal | 303 | 44 | 130 | 0 | 122 | 67 | 30 | 524 | 105 | 55 |
| Binary | 11000011 | 100100 | 1011000 | 0 | 1010010 | 110111 | 11000 | 101010100 | 1000101 | 101101 |
Color Harmonies of #C32458
Complementary color
Monochromatic Colors of #C32458
Black with #C32458
Text Example
Text Example
White with #C32458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32458; }
p { color: rgb(195,36,88); }
H1.HeaderClassName
{
color: #C32458;
}
.AnyTagClassName
{
color: #C32458;
}
</style>
background-color css
<style>
a { background-color: #C32458; }
a { background-color: rgb(195,36,88); }
div.DivClassName
{
background-color: #C32458;
}
.BgClassName
{
background-color: #C32458;
}
</style>
border-color css
<style>
span { border-color: #C32458; }
span { border-color: rgb(195,36,88); }
td.TdClassName
{
border-color: #C32458;
}
.TagClassName
{
border-color: #C32458;
}
</style>