Shades of Old Rose #C03052
Tints of Old Rose #C03052
RGB
CMYK
RGB Variations
Color information
#C03052 (or 0xC03052) is known color: Old Rose. HEX triplet: C0, 30 and 52. RGB value is (192,48,82). Sum of RGB (Red+Green+Blue) = 192+48+82=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C03052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03052 is #3FCFAD. Grayscale: #5E5E5E. Windows color (decimal): -4181934 or 5386432. OLE color: 5386432.
HSL color Cylindrical-coordinate representation of color #C03052: hue angle of 345.83º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03052 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 82 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.25 |
| HSL | 345.83º | 0.6% | 0.47% | - |
| HSV(B) | 345.83º | 0.75% | 0.75% | - |
| XYZ | 24.32 | 13.93 | 9.39 | - |
| YUV | 94.93 | 120.71 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 82 | 0 | 0.75 | 0.57 | 0.25 | 345.83 | 0.6 | 0.47 |
| Hex | C0 | 30 | 52 | 0 | 4B | 39 | 19 | 15A | 3C | 2F |
| Octal | 300 | 60 | 122 | 0 | 113 | 71 | 31 | 532 | 74 | 57 |
| Binary | 11000000 | 110000 | 1010010 | 0 | 1001011 | 111001 | 11001 | 101011010 | 111100 | 101111 |
Color Harmonies of #C03052
Complementary color
Monochromatic Colors of #C03052
Black with #C03052
Text Example
Text Example
White with #C03052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03052; }
p { color: rgb(192,48,82); }
H1.HeaderClassName
{
color: #C03052;
}
.AnyTagClassName
{
color: #C03052;
}
</style>
background-color css
<style>
a { background-color: #C03052; }
a { background-color: rgb(192,48,82); }
div.DivClassName
{
background-color: #C03052;
}
.BgClassName
{
background-color: #C03052;
}
</style>
border-color css
<style>
span { border-color: #C03052; }
span { border-color: rgb(192,48,82); }
td.TdClassName
{
border-color: #C03052;
}
.TagClassName
{
border-color: #C03052;
}
</style>