Shades of Old Rose #C32751
Tints of Old Rose #C32751
RGB
CMYK
RGB Variations
Color information
#C32751 (or 0xC32751) is known color: Old Rose. HEX triplet: C3, 27 and 51. RGB value is (195,39,81). Sum of RGB (Red+Green+Blue) = 195+39+81=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C32751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32751 is #3CD8AE. Grayscale: #5A5A5A. Windows color (decimal): -3987631 or 5318595. OLE color: 5318595.
HSL color Cylindrical-coordinate representation of color #C32751: hue angle of 343.85º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32751 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 81 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.24 |
| HSL | 343.85º | 0.67% | 0.46% | - |
| HSV(B) | 343.85º | 0.8% | 0.76% | - |
| XYZ | 24.72 | 13.65 | 9.12 | - |
| YUV | 90.43 | 122.68 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 81 | 0 | 0.80 | 0.58 | 0.24 | 343.85 | 0.67 | 0.46 |
| Hex | C3 | 27 | 51 | 0 | 50 | 3A | 18 | 158 | 43 | 2E |
| Octal | 303 | 47 | 121 | 0 | 120 | 72 | 30 | 530 | 103 | 56 |
| Binary | 11000011 | 100111 | 1010001 | 0 | 1010000 | 111010 | 11000 | 101011000 | 1000011 | 101110 |
Color Harmonies of #C32751
Complementary color
Monochromatic Colors of #C32751
Black with #C32751
Text Example
Text Example
White with #C32751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32751; }
p { color: rgb(195,39,81); }
H1.HeaderClassName
{
color: #C32751;
}
.AnyTagClassName
{
color: #C32751;
}
</style>
background-color css
<style>
a { background-color: #C32751; }
a { background-color: rgb(195,39,81); }
div.DivClassName
{
background-color: #C32751;
}
.BgClassName
{
background-color: #C32751;
}
</style>
border-color css
<style>
span { border-color: #C32751; }
span { border-color: rgb(195,39,81); }
td.TdClassName
{
border-color: #C32751;
}
.TagClassName
{
border-color: #C32751;
}
</style>