Shades of Old Rose #C32749
Tints of Old Rose #C32749
RGB
CMYK
RGB Variations
Color information
#C32749 (or 0xC32749) is known color: Old Rose. HEX triplet: C3, 27 and 49. RGB value is (195,39,73). Sum of RGB (Red+Green+Blue) = 195+39+73=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C32749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32749 is #3CD8B6. Grayscale: #595959. Windows color (decimal): -3987639 or 4794307. OLE color: 4794307.
HSL color Cylindrical-coordinate representation of color #C32749: hue angle of 346.92º 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 #C32749 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 73 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.24 |
| HSL | 346.92º | 0.67% | 0.46% | - |
| HSV(B) | 346.92º | 0.8% | 0.76% | - |
| XYZ | 24.43 | 13.53 | 7.63 | - |
| YUV | 89.52 | 118.68 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 73 | 0 | 0.80 | 0.63 | 0.24 | 346.92 | 0.67 | 0.46 |
| Hex | C3 | 27 | 49 | 0 | 50 | 3F | 18 | 15B | 43 | 2E |
| Octal | 303 | 47 | 111 | 0 | 120 | 77 | 30 | 533 | 103 | 56 |
| Binary | 11000011 | 100111 | 1001001 | 0 | 1010000 | 111111 | 11000 | 101011011 | 1000011 | 101110 |
Color Harmonies of #C32749
Complementary color
Monochromatic Colors of #C32749
Black with #C32749
Text Example
Text Example
White with #C32749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32749; }
p { color: rgb(195,39,73); }
H1.HeaderClassName
{
color: #C32749;
}
.AnyTagClassName
{
color: #C32749;
}
</style>
background-color css
<style>
a { background-color: #C32749; }
a { background-color: rgb(195,39,73); }
div.DivClassName
{
background-color: #C32749;
}
.BgClassName
{
background-color: #C32749;
}
</style>
border-color css
<style>
span { border-color: #C32749; }
span { border-color: rgb(195,39,73); }
td.TdClassName
{
border-color: #C32749;
}
.TagClassName
{
border-color: #C32749;
}
</style>