Shades of Old Rose #C32351
Tints of Old Rose #C32351
RGB
CMYK
RGB Variations
Color information
#C32351 (or 0xC32351) is known color: Old Rose. HEX triplet: C3, 23 and 51. RGB value is (195,35,81). Sum of RGB (Red+Green+Blue) = 195+35+81=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C32351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32351 is #3CDCAE. Grayscale: #585858. Windows color (decimal): -3988655 or 5317571. OLE color: 5317571.
HSL color Cylindrical-coordinate representation of color #C32351: hue angle of 342.75º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C32351 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 81 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.24 |
| HSL | 342.75º | 0.7% | 0.45% | - |
| HSV(B) | 342.75º | 0.82% | 0.76% | - |
| XYZ | 24.59 | 13.4 | 9.07 | - |
| YUV | 88.08 | 124.01 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 81 | 0 | 0.82 | 0.58 | 0.24 | 342.75 | 0.7 | 0.45 |
| Hex | C3 | 23 | 51 | 0 | 52 | 3A | 18 | 157 | 46 | 2D |
| Octal | 303 | 43 | 121 | 0 | 122 | 72 | 30 | 527 | 106 | 55 |
| Binary | 11000011 | 100011 | 1010001 | 0 | 1010010 | 111010 | 11000 | 101010111 | 1000110 | 101101 |
Color Harmonies of #C32351
Complementary color
Monochromatic Colors of #C32351
Black with #C32351
Text Example
Text Example
White with #C32351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32351; }
p { color: rgb(195,35,81); }
H1.HeaderClassName
{
color: #C32351;
}
.AnyTagClassName
{
color: #C32351;
}
</style>
background-color css
<style>
a { background-color: #C32351; }
a { background-color: rgb(195,35,81); }
div.DivClassName
{
background-color: #C32351;
}
.BgClassName
{
background-color: #C32351;
}
</style>
border-color css
<style>
span { border-color: #C32351; }
span { border-color: rgb(195,35,81); }
td.TdClassName
{
border-color: #C32351;
}
.TagClassName
{
border-color: #C32351;
}
</style>