Shades of Old Rose #C0304B
Tints of Old Rose #C0304B
RGB
CMYK
RGB Variations
Color information
#C0304B (or 0xC0304B) is known color: Old Rose. HEX triplet: C0, 30 and 4B. RGB value is (192,48,75). Sum of RGB (Red+Green+Blue) = 192+48+75=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C0304B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0304B is #3FCFB4. Grayscale: #5E5E5E. Windows color (decimal): -4181941 or 4927680. OLE color: 4927680.
HSL color Cylindrical-coordinate representation of color #C0304B: hue angle of 348.75º 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 #C0304B is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 75 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.25 |
| HSL | 348.75º | 0.6% | 0.47% | - |
| HSV(B) | 348.75º | 0.75% | 0.75% | - |
| XYZ | 24.07 | 13.83 | 8.06 | - |
| YUV | 94.13 | 117.21 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 75 | 0 | 0.75 | 0.61 | 0.25 | 348.75 | 0.6 | 0.47 |
| Hex | C0 | 30 | 4B | 0 | 4B | 3D | 19 | 15D | 3C | 2F |
| Octal | 300 | 60 | 113 | 0 | 113 | 75 | 31 | 535 | 74 | 57 |
| Binary | 11000000 | 110000 | 1001011 | 0 | 1001011 | 111101 | 11001 | 101011101 | 111100 | 101111 |
Color Harmonies of #C0304B
Complementary color
Monochromatic Colors of #C0304B
Black with #C0304B
Text Example
Text Example
White with #C0304B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0304B; }
p { color: rgb(192,48,75); }
H1.HeaderClassName
{
color: #C0304B;
}
.AnyTagClassName
{
color: #C0304B;
}
</style>
background-color css
<style>
a { background-color: #C0304B; }
a { background-color: rgb(192,48,75); }
div.DivClassName
{
background-color: #C0304B;
}
.BgClassName
{
background-color: #C0304B;
}
</style>
border-color css
<style>
span { border-color: #C0304B; }
span { border-color: rgb(192,48,75); }
td.TdClassName
{
border-color: #C0304B;
}
.TagClassName
{
border-color: #C0304B;
}
</style>