Shades of Old Rose #C32B59
Tints of Old Rose #C32B59
RGB
CMYK
RGB Variations
Color information
#C32B59 (or 0xC32B59) is known color: Old Rose. HEX triplet: C3, 2B and 59. RGB value is (195,43,89). Sum of RGB (Red+Green+Blue) = 195+43+89=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32B59 is #3CD4A6. Grayscale: #5D5D5D. Windows color (decimal): -3986599 or 5843907. OLE color: 5843907.
HSL color Cylindrical-coordinate representation of color #C32B59: hue angle of 341.84º 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 #C32B59 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 43 | 89 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.24 |
| HSL | 341.84º | 0.64% | 0.47% | - |
| HSV(B) | 341.84º | 0.78% | 0.76% | - |
| XYZ | 25.17 | 14.05 | 10.84 | - |
| YUV | 93.69 | 125.36 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 43 | 89 | 0 | 0.78 | 0.54 | 0.24 | 341.84 | 0.64 | 0.47 |
| Hex | C3 | 2B | 59 | 0 | 4E | 36 | 18 | 156 | 40 | 2F |
| Octal | 303 | 53 | 131 | 0 | 116 | 66 | 30 | 526 | 100 | 57 |
| Binary | 11000011 | 101011 | 1011001 | 0 | 1001110 | 110110 | 11000 | 101010110 | 1000000 | 101111 |
Color Harmonies of #C32B59
Complementary color
Monochromatic Colors of #C32B59
Black with #C32B59
Text Example
Text Example
White with #C32B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32B59; }
p { color: rgb(195,43,89); }
H1.HeaderClassName
{
color: #C32B59;
}
.AnyTagClassName
{
color: #C32B59;
}
</style>
background-color css
<style>
a { background-color: #C32B59; }
a { background-color: rgb(195,43,89); }
div.DivClassName
{
background-color: #C32B59;
}
.BgClassName
{
background-color: #C32B59;
}
</style>
border-color css
<style>
span { border-color: #C32B59; }
span { border-color: rgb(195,43,89); }
td.TdClassName
{
border-color: #C32B59;
}
.TagClassName
{
border-color: #C32B59;
}
</style>