Shades of Old Rose #C32860
Tints of Old Rose #C32860
RGB
CMYK
RGB Variations
Color information
#C32860 (or 0xC32860) is known color: Old Rose. HEX triplet: C3, 28 and 60. RGB value is (195,40,96). Sum of RGB (Red+Green+Blue) = 195+40+96=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C32860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32860 is #3CD79F. Grayscale: #5C5C5C. Windows color (decimal): -3987360 or 6301891. OLE color: 6301891.
HSL color Cylindrical-coordinate representation of color #C32860: hue angle of 338.32º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32860 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 40 | 96 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.24 |
| HSL | 338.32º | 0.66% | 0.46% | - |
| HSV(B) | 338.32º | 0.79% | 0.76% | - |
| XYZ | 25.38 | 13.96 | 12.42 | - |
| YUV | 92.73 | 129.85 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 96 | 0 | 0.79 | 0.51 | 0.24 | 338.32 | 0.66 | 0.46 |
| Hex | C3 | 28 | 60 | 0 | 4F | 33 | 18 | 152 | 42 | 2E |
| Octal | 303 | 50 | 140 | 0 | 117 | 63 | 30 | 522 | 102 | 56 |
| Binary | 11000011 | 101000 | 1100000 | 0 | 1001111 | 110011 | 11000 | 101010010 | 1000010 | 101110 |
Color Harmonies of #C32860
Complementary color
Monochromatic Colors of #C32860
Black with #C32860
Text Example
Text Example
White with #C32860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32860; }
p { color: rgb(195,40,96); }
H1.HeaderClassName
{
color: #C32860;
}
.AnyTagClassName
{
color: #C32860;
}
</style>
background-color css
<style>
a { background-color: #C32860; }
a { background-color: rgb(195,40,96); }
div.DivClassName
{
background-color: #C32860;
}
.BgClassName
{
background-color: #C32860;
}
</style>
border-color css
<style>
span { border-color: #C32860; }
span { border-color: rgb(195,40,96); }
td.TdClassName
{
border-color: #C32860;
}
.TagClassName
{
border-color: #C32860;
}
</style>