Shades of Old Rose #C32B5F
Tints of Old Rose #C32B5F
RGB
CMYK
RGB Variations
Color information
#C32B5F (or 0xC32B5F) is known color: Old Rose. HEX triplet: C3, 2B and 5F. RGB value is (195,43,95). Sum of RGB (Red+Green+Blue) = 195+43+95=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32B5F is #3CD4A0. Grayscale: #5E5E5E. Windows color (decimal): -3986593 or 6237123. OLE color: 6237123.
HSL color Cylindrical-coordinate representation of color #C32B5F: hue angle of 339.47º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32B5F is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 43 | 95 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.24 |
| HSL | 339.47º | 0.64% | 0.47% | - |
| HSV(B) | 339.47º | 0.78% | 0.76% | - |
| XYZ | 25.44 | 14.16 | 12.22 | - |
| YUV | 94.38 | 128.36 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 43 | 95 | 0 | 0.78 | 0.51 | 0.24 | 339.47 | 0.64 | 0.47 |
| Hex | C3 | 2B | 5F | 0 | 4E | 33 | 18 | 153 | 40 | 2F |
| Octal | 303 | 53 | 137 | 0 | 116 | 63 | 30 | 523 | 100 | 57 |
| Binary | 11000011 | 101011 | 1011111 | 0 | 1001110 | 110011 | 11000 | 101010011 | 1000000 | 101111 |
Color Harmonies of #C32B5F
Complementary color
Monochromatic Colors of #C32B5F
Black with #C32B5F
Text Example
Text Example
White with #C32B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32B5F; }
p { color: rgb(195,43,95); }
H1.HeaderClassName
{
color: #C32B5F;
}
.AnyTagClassName
{
color: #C32B5F;
}
</style>
background-color css
<style>
a { background-color: #C32B5F; }
a { background-color: rgb(195,43,95); }
div.DivClassName
{
background-color: #C32B5F;
}
.BgClassName
{
background-color: #C32B5F;
}
</style>
border-color css
<style>
span { border-color: #C32B5F; }
span { border-color: rgb(195,43,95); }
td.TdClassName
{
border-color: #C32B5F;
}
.TagClassName
{
border-color: #C32B5F;
}
</style>