Shades of Old Rose #C32554
Tints of Old Rose #C32554
RGB
CMYK
RGB Variations
Color information
#C32554 (or 0xC32554) is known color: Old Rose. HEX triplet: C3, 25 and 54. RGB value is (195,37,84). Sum of RGB (Red+Green+Blue) = 195+37+84=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C32554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32554 is #3CDAAB. Grayscale: #595959. Windows color (decimal): -3988140 or 5514691. OLE color: 5514691.
HSL color Cylindrical-coordinate representation of color #C32554: hue angle of 342.15º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32554 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 37 | 84 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.24 |
| HSL | 342.15º | 0.68% | 0.45% | - |
| HSV(B) | 342.15º | 0.81% | 0.76% | - |
| XYZ | 24.77 | 13.57 | 9.7 | - |
| YUV | 89.6 | 124.85 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 37 | 84 | 0 | 0.81 | 0.57 | 0.24 | 342.15 | 0.68 | 0.45 |
| Hex | C3 | 25 | 54 | 0 | 51 | 39 | 18 | 156 | 44 | 2D |
| Octal | 303 | 45 | 124 | 0 | 121 | 71 | 30 | 526 | 104 | 55 |
| Binary | 11000011 | 100101 | 1010100 | 0 | 1010001 | 111001 | 11000 | 101010110 | 1000100 | 101101 |
Color Harmonies of #C32554
Complementary color
Monochromatic Colors of #C32554
Black with #C32554
Text Example
Text Example
White with #C32554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32554; }
p { color: rgb(195,37,84); }
H1.HeaderClassName
{
color: #C32554;
}
.AnyTagClassName
{
color: #C32554;
}
</style>
background-color css
<style>
a { background-color: #C32554; }
a { background-color: rgb(195,37,84); }
div.DivClassName
{
background-color: #C32554;
}
.BgClassName
{
background-color: #C32554;
}
</style>
border-color css
<style>
span { border-color: #C32554; }
span { border-color: rgb(195,37,84); }
td.TdClassName
{
border-color: #C32554;
}
.TagClassName
{
border-color: #C32554;
}
</style>