Shades of Old Rose #C32D5B
Tints of Old Rose #C32D5B
RGB
CMYK
RGB Variations
Color information
#C32D5B (or 0xC32D5B) is known color: Old Rose. HEX triplet: C3, 2D and 5B. RGB value is (195,45,91). Sum of RGB (Red+Green+Blue) = 195+45+91=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32D5B is #3CD2A4. Grayscale: #5F5F5F. Windows color (decimal): -3986085 or 5975491. OLE color: 5975491.
HSL color Cylindrical-coordinate representation of color #C32D5B: hue angle of 341.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32D5B is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 45 | 91 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.24 |
| HSL | 341.6º | 0.63% | 0.47% | - |
| HSV(B) | 341.6º | 0.77% | 0.76% | - |
| XYZ | 25.33 | 14.23 | 11.31 | - |
| YUV | 95.09 | 125.7 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 91 | 0 | 0.77 | 0.53 | 0.24 | 341.6 | 0.63 | 0.47 |
| Hex | C3 | 2D | 5B | 0 | 4D | 35 | 18 | 156 | 3E | 2F |
| Octal | 303 | 55 | 133 | 0 | 115 | 65 | 30 | 526 | 76 | 57 |
| Binary | 11000011 | 101101 | 1011011 | 0 | 1001101 | 110101 | 11000 | 101010110 | 111110 | 101111 |
Color Harmonies of #C32D5B
Complementary color
Monochromatic Colors of #C32D5B
Black with #C32D5B
Text Example
Text Example
White with #C32D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32D5B; }
p { color: rgb(195,45,91); }
H1.HeaderClassName
{
color: #C32D5B;
}
.AnyTagClassName
{
color: #C32D5B;
}
</style>
background-color css
<style>
a { background-color: #C32D5B; }
a { background-color: rgb(195,45,91); }
div.DivClassName
{
background-color: #C32D5B;
}
.BgClassName
{
background-color: #C32D5B;
}
</style>
border-color css
<style>
span { border-color: #C32D5B; }
span { border-color: rgb(195,45,91); }
td.TdClassName
{
border-color: #C32D5B;
}
.TagClassName
{
border-color: #C32D5B;
}
</style>