Shades of Old Rose #C32760
Tints of Old Rose #C32760
RGB
CMYK
RGB Variations
Color information
#C32760 (or 0xC32760) is known color: Old Rose. HEX triplet: C3, 27 and 60. RGB value is (195,39,96). Sum of RGB (Red+Green+Blue) = 195+39+96=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C32760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32760 is #3CD89F. Grayscale: #5C5C5C. Windows color (decimal): -3987616 or 6301635. OLE color: 6301635.
HSL color Cylindrical-coordinate representation of color #C32760: hue angle of 338.08º 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 #C32760 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 96 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.24 |
| HSL | 338.08º | 0.67% | 0.46% | - |
| HSV(B) | 338.08º | 0.8% | 0.76% | - |
| XYZ | 25.34 | 13.9 | 12.41 | - |
| YUV | 92.14 | 130.18 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 96 | 0 | 0.80 | 0.51 | 0.24 | 338.08 | 0.67 | 0.46 |
| Hex | C3 | 27 | 60 | 0 | 50 | 33 | 18 | 152 | 43 | 2E |
| Octal | 303 | 47 | 140 | 0 | 120 | 63 | 30 | 522 | 103 | 56 |
| Binary | 11000011 | 100111 | 1100000 | 0 | 1010000 | 110011 | 11000 | 101010010 | 1000011 | 101110 |
Color Harmonies of #C32760
Complementary color
Monochromatic Colors of #C32760
Black with #C32760
Text Example
Text Example
White with #C32760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32760; }
p { color: rgb(195,39,96); }
H1.HeaderClassName
{
color: #C32760;
}
.AnyTagClassName
{
color: #C32760;
}
</style>
background-color css
<style>
a { background-color: #C32760; }
a { background-color: rgb(195,39,96); }
div.DivClassName
{
background-color: #C32760;
}
.BgClassName
{
background-color: #C32760;
}
</style>
border-color css
<style>
span { border-color: #C32760; }
span { border-color: rgb(195,39,96); }
td.TdClassName
{
border-color: #C32760;
}
.TagClassName
{
border-color: #C32760;
}
</style>