Shades of Old Rose #C0304C
Tints of Old Rose #C0304C
RGB
CMYK
RGB Variations
Color information
#C0304C (or 0xC0304C) is known color: Old Rose. HEX triplet: C0, 30 and 4C. RGB value is (192,48,76). Sum of RGB (Red+Green+Blue) = 192+48+76=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C0304C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0304C is #3FCFB3. Grayscale: #5E5E5E. Windows color (decimal): -4181940 or 4993216. OLE color: 4993216.
HSL color Cylindrical-coordinate representation of color #C0304C: hue angle of 348.33º 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 #C0304C is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 76 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.25 |
| HSL | 348.33º | 0.6% | 0.47% | - |
| HSV(B) | 348.33º | 0.75% | 0.75% | - |
| XYZ | 24.1 | 13.84 | 8.24 | - |
| YUV | 94.25 | 117.71 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 76 | 0 | 0.75 | 0.60 | 0.25 | 348.33 | 0.6 | 0.47 |
| Hex | C0 | 30 | 4C | 0 | 4B | 3C | 19 | 15C | 3C | 2F |
| Octal | 300 | 60 | 114 | 0 | 113 | 74 | 31 | 534 | 74 | 57 |
| Binary | 11000000 | 110000 | 1001100 | 0 | 1001011 | 111100 | 11001 | 101011100 | 111100 | 101111 |
Color Harmonies of #C0304C
Complementary color
Monochromatic Colors of #C0304C
Black with #C0304C
Text Example
Text Example
White with #C0304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0304C; }
p { color: rgb(192,48,76); }
H1.HeaderClassName
{
color: #C0304C;
}
.AnyTagClassName
{
color: #C0304C;
}
</style>
background-color css
<style>
a { background-color: #C0304C; }
a { background-color: rgb(192,48,76); }
div.DivClassName
{
background-color: #C0304C;
}
.BgClassName
{
background-color: #C0304C;
}
</style>
border-color css
<style>
span { border-color: #C0304C; }
span { border-color: rgb(192,48,76); }
td.TdClassName
{
border-color: #C0304C;
}
.TagClassName
{
border-color: #C0304C;
}
</style>