Shades of Old Rose #C03A60
Tints of Old Rose #C03A60
RGB
CMYK
RGB Variations
Color information
#C03A60 (or 0xC03A60) is known color: Old Rose. HEX triplet: C0, 3A and 60. RGB value is (192,58,96). Sum of RGB (Red+Green+Blue) = 192+58+96=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03A60 is #3FC59F. Grayscale: #666666. Windows color (decimal): -4179360 or 6306496. OLE color: 6306496.
HSL color Cylindrical-coordinate representation of color #C03A60: hue angle of 342.99º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03A60 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 96 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.25 |
| HSL | 342.99º | 0.54% | 0.49% | - |
| HSV(B) | 342.99º | 0.7% | 0.75% | - |
| XYZ | 25.36 | 15.08 | 12.64 | - |
| YUV | 102.4 | 124.39 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 96 | 0 | 0.70 | 0.50 | 0.25 | 342.99 | 0.54 | 0.49 |
| Hex | C0 | 3A | 60 | 0 | 46 | 32 | 19 | 157 | 36 | 31 |
| Octal | 300 | 72 | 140 | 0 | 106 | 62 | 31 | 527 | 66 | 61 |
| Binary | 11000000 | 111010 | 1100000 | 0 | 1000110 | 110010 | 11001 | 101010111 | 110110 | 110001 |
Color Harmonies of #C03A60
Complementary color
Monochromatic Colors of #C03A60
Black with #C03A60
Text Example
Text Example
White with #C03A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03A60; }
p { color: rgb(192,58,96); }
H1.HeaderClassName
{
color: #C03A60;
}
.AnyTagClassName
{
color: #C03A60;
}
</style>
background-color css
<style>
a { background-color: #C03A60; }
a { background-color: rgb(192,58,96); }
div.DivClassName
{
background-color: #C03A60;
}
.BgClassName
{
background-color: #C03A60;
}
</style>
border-color css
<style>
span { border-color: #C03A60; }
span { border-color: rgb(192,58,96); }
td.TdClassName
{
border-color: #C03A60;
}
.TagClassName
{
border-color: #C03A60;
}
</style>