Shades of Old Rose #C32E53
Tints of Old Rose #C32E53
RGB
CMYK
RGB Variations
Color information
#C32E53 (or 0xC32E53) is known color: Old Rose. HEX triplet: C3, 2E and 53. RGB value is (195,46,83). Sum of RGB (Red+Green+Blue) = 195+46+83=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32E53 is #3CD1AC. Grayscale: #5E5E5E. Windows color (decimal): -3985837 or 5451459. OLE color: 5451459.
HSL color Cylindrical-coordinate representation of color #C32E53: hue angle of 345.1º 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 #C32E53 is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 83 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.24 |
| HSL | 345.1º | 0.62% | 0.47% | - |
| HSV(B) | 345.1º | 0.76% | 0.76% | - |
| XYZ | 25.04 | 14.18 | 9.6 | - |
| YUV | 94.77 | 121.36 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 83 | 0 | 0.76 | 0.57 | 0.24 | 345.1 | 0.62 | 0.47 |
| Hex | C3 | 2E | 53 | 0 | 4C | 39 | 18 | 159 | 3E | 2F |
| Octal | 303 | 56 | 123 | 0 | 114 | 71 | 30 | 531 | 76 | 57 |
| Binary | 11000011 | 101110 | 1010011 | 0 | 1001100 | 111001 | 11000 | 101011001 | 111110 | 101111 |
Color Harmonies of #C32E53
Complementary color
Monochromatic Colors of #C32E53
Black with #C32E53
Text Example
Text Example
White with #C32E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32E53; }
p { color: rgb(195,46,83); }
H1.HeaderClassName
{
color: #C32E53;
}
.AnyTagClassName
{
color: #C32E53;
}
</style>
background-color css
<style>
a { background-color: #C32E53; }
a { background-color: rgb(195,46,83); }
div.DivClassName
{
background-color: #C32E53;
}
.BgClassName
{
background-color: #C32E53;
}
</style>
border-color css
<style>
span { border-color: #C32E53; }
span { border-color: rgb(195,46,83); }
td.TdClassName
{
border-color: #C32E53;
}
.TagClassName
{
border-color: #C32E53;
}
</style>