Shades of Old Rose #C32B5D
Tints of Old Rose #C32B5D
RGB
CMYK
RGB Variations
Color information
#C32B5D (or 0xC32B5D) is known color: Old Rose. HEX triplet: C3, 2B and 5D. RGB value is (195,43,93). Sum of RGB (Red+Green+Blue) = 195+43+93=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32B5D is #3CD4A2. Grayscale: #5E5E5E. Windows color (decimal): -3986595 or 6106051. OLE color: 6106051.
HSL color Cylindrical-coordinate representation of color #C32B5D: hue angle of 340.26º 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 #C32B5D is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 43 | 93 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.24 |
| HSL | 340.26º | 0.64% | 0.47% | - |
| HSV(B) | 340.26º | 0.78% | 0.76% | - |
| XYZ | 25.35 | 14.12 | 11.75 | - |
| YUV | 94.15 | 127.36 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 43 | 93 | 0 | 0.78 | 0.52 | 0.24 | 340.26 | 0.64 | 0.47 |
| Hex | C3 | 2B | 5D | 0 | 4E | 34 | 18 | 154 | 40 | 2F |
| Octal | 303 | 53 | 135 | 0 | 116 | 64 | 30 | 524 | 100 | 57 |
| Binary | 11000011 | 101011 | 1011101 | 0 | 1001110 | 110100 | 11000 | 101010100 | 1000000 | 101111 |
Color Harmonies of #C32B5D
Complementary color
Monochromatic Colors of #C32B5D
Black with #C32B5D
Text Example
Text Example
White with #C32B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32B5D; }
p { color: rgb(195,43,93); }
H1.HeaderClassName
{
color: #C32B5D;
}
.AnyTagClassName
{
color: #C32B5D;
}
</style>
background-color css
<style>
a { background-color: #C32B5D; }
a { background-color: rgb(195,43,93); }
div.DivClassName
{
background-color: #C32B5D;
}
.BgClassName
{
background-color: #C32B5D;
}
</style>
border-color css
<style>
span { border-color: #C32B5D; }
span { border-color: rgb(195,43,93); }
td.TdClassName
{
border-color: #C32B5D;
}
.TagClassName
{
border-color: #C32B5D;
}
</style>