Shades of Old Rose #C0294B
Tints of Old Rose #C0294B
RGB
CMYK
RGB Variations
Color information
#C0294B (or 0xC0294B) is known color: Old Rose. HEX triplet: C0, 29 and 4B. RGB value is (192,41,75). Sum of RGB (Red+Green+Blue) = 192+41+75=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C0294B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0294B is #3FD6B4. Grayscale: #5A5A5A. Windows color (decimal): -4183733 or 4925888. OLE color: 4925888.
HSL color Cylindrical-coordinate representation of color #C0294B: hue angle of 346.49º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0294B is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 41 | 75 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.25 |
| HSL | 346.49º | 0.65% | 0.46% | - |
| HSV(B) | 346.49º | 0.79% | 0.75% | - |
| XYZ | 23.8 | 13.3 | 7.97 | - |
| YUV | 90.03 | 119.53 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 41 | 75 | 0 | 0.79 | 0.61 | 0.25 | 346.49 | 0.65 | 0.46 |
| Hex | C0 | 29 | 4B | 0 | 4F | 3D | 19 | 15A | 41 | 2E |
| Octal | 300 | 51 | 113 | 0 | 117 | 75 | 31 | 532 | 101 | 56 |
| Binary | 11000000 | 101001 | 1001011 | 0 | 1001111 | 111101 | 11001 | 101011010 | 1000001 | 101110 |
Color Harmonies of #C0294B
Complementary color
Monochromatic Colors of #C0294B
Black with #C0294B
Text Example
Text Example
White with #C0294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0294B; }
p { color: rgb(192,41,75); }
H1.HeaderClassName
{
color: #C0294B;
}
.AnyTagClassName
{
color: #C0294B;
}
</style>
background-color css
<style>
a { background-color: #C0294B; }
a { background-color: rgb(192,41,75); }
div.DivClassName
{
background-color: #C0294B;
}
.BgClassName
{
background-color: #C0294B;
}
</style>
border-color css
<style>
span { border-color: #C0294B; }
span { border-color: rgb(192,41,75); }
td.TdClassName
{
border-color: #C0294B;
}
.TagClassName
{
border-color: #C0294B;
}
</style>