Shades of Old Rose #C32E57
Tints of Old Rose #C32E57
RGB
CMYK
RGB Variations
Color information
#C32E57 (or 0xC32E57) is known color: Old Rose. HEX triplet: C3, 2E and 57. RGB value is (195,46,87). Sum of RGB (Red+Green+Blue) = 195+46+87=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32E57 is #3CD1A8. Grayscale: #5F5F5F. Windows color (decimal): -3985833 or 5713603. OLE color: 5713603.
HSL color Cylindrical-coordinate representation of color #C32E57: hue angle of 343.49º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C32E57 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 87 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.24 |
| HSL | 343.49º | 0.62% | 0.47% | - |
| HSV(B) | 343.49º | 0.76% | 0.76% | - |
| XYZ | 25.2 | 14.24 | 10.44 | - |
| YUV | 95.23 | 123.36 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 87 | 0 | 0.76 | 0.55 | 0.24 | 343.49 | 0.62 | 0.47 |
| Hex | C3 | 2E | 57 | 0 | 4C | 37 | 18 | 157 | 3E | 2F |
| Octal | 303 | 56 | 127 | 0 | 114 | 67 | 30 | 527 | 76 | 57 |
| Binary | 11000011 | 101110 | 1010111 | 0 | 1001100 | 110111 | 11000 | 101010111 | 111110 | 101111 |
Color Harmonies of #C32E57
Complementary color
Monochromatic Colors of #C32E57
Black with #C32E57
Text Example
Text Example
White with #C32E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32E57; }
p { color: rgb(195,46,87); }
H1.HeaderClassName
{
color: #C32E57;
}
.AnyTagClassName
{
color: #C32E57;
}
</style>
background-color css
<style>
a { background-color: #C32E57; }
a { background-color: rgb(195,46,87); }
div.DivClassName
{
background-color: #C32E57;
}
.BgClassName
{
background-color: #C32E57;
}
</style>
border-color css
<style>
span { border-color: #C32E57; }
span { border-color: rgb(195,46,87); }
td.TdClassName
{
border-color: #C32E57;
}
.TagClassName
{
border-color: #C32E57;
}
</style>