Shades of Old Rose #C03260
Tints of Old Rose #C03260
RGB
CMYK
RGB Variations
Color information
#C03260 (or 0xC03260) is known color: Old Rose. HEX triplet: C0, 32 and 60. RGB value is (192,50,96). Sum of RGB (Red+Green+Blue) = 192+50+96=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C03260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03260 is #3FCD9F. Grayscale: #616161. Windows color (decimal): -4181408 or 6304448. OLE color: 6304448.
HSL color Cylindrical-coordinate representation of color #C03260: hue angle of 340.56º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03260 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 96 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.25 |
| HSL | 340.56º | 0.59% | 0.47% | - |
| HSV(B) | 340.56º | 0.74% | 0.75% | - |
| XYZ | 24.99 | 14.33 | 12.52 | - |
| YUV | 97.7 | 127.04 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 96 | 0 | 0.74 | 0.50 | 0.25 | 340.56 | 0.59 | 0.47 |
| Hex | C0 | 32 | 60 | 0 | 4A | 32 | 19 | 155 | 3B | 2F |
| Octal | 300 | 62 | 140 | 0 | 112 | 62 | 31 | 525 | 73 | 57 |
| Binary | 11000000 | 110010 | 1100000 | 0 | 1001010 | 110010 | 11001 | 101010101 | 111011 | 101111 |
Color Harmonies of #C03260
Complementary color
Monochromatic Colors of #C03260
Black with #C03260
Text Example
Text Example
White with #C03260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03260; }
p { color: rgb(192,50,96); }
H1.HeaderClassName
{
color: #C03260;
}
.AnyTagClassName
{
color: #C03260;
}
</style>
background-color css
<style>
a { background-color: #C03260; }
a { background-color: rgb(192,50,96); }
div.DivClassName
{
background-color: #C03260;
}
.BgClassName
{
background-color: #C03260;
}
</style>
border-color css
<style>
span { border-color: #C03260; }
span { border-color: rgb(192,50,96); }
td.TdClassName
{
border-color: #C03260;
}
.TagClassName
{
border-color: #C03260;
}
</style>