Shades of Old Rose #C0225E
Tints of Old Rose #C0225E
RGB
CMYK
RGB Variations
Color information
#C0225E (or 0xC0225E) is known color: Old Rose. HEX triplet: C0, 22 and 5E. RGB value is (192,34,94). Sum of RGB (Red+Green+Blue) = 192+34+94=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C0225E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0225E is #3FDDA1. Grayscale: #585858. Windows color (decimal): -4185506 or 6169280. OLE color: 6169280.
HSL color Cylindrical-coordinate representation of color #C0225E: hue angle of 337.22º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0225E is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 94 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.25 |
| HSL | 337.22º | 0.7% | 0.44% | - |
| HSV(B) | 337.22º | 0.82% | 0.75% | - |
| XYZ | 24.33 | 13.16 | 11.85 | - |
| YUV | 88.08 | 131.35 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 94 | 0 | 0.82 | 0.51 | 0.25 | 337.22 | 0.7 | 0.44 |
| Hex | C0 | 22 | 5E | 0 | 52 | 33 | 19 | 151 | 46 | 2C |
| Octal | 300 | 42 | 136 | 0 | 122 | 63 | 31 | 521 | 106 | 54 |
| Binary | 11000000 | 100010 | 1011110 | 0 | 1010010 | 110011 | 11001 | 101010001 | 1000110 | 101100 |
Color Harmonies of #C0225E
Complementary color
Monochromatic Colors of #C0225E
Black with #C0225E
Text Example
Text Example
White with #C0225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0225E; }
p { color: rgb(192,34,94); }
H1.HeaderClassName
{
color: #C0225E;
}
.AnyTagClassName
{
color: #C0225E;
}
</style>
background-color css
<style>
a { background-color: #C0225E; }
a { background-color: rgb(192,34,94); }
div.DivClassName
{
background-color: #C0225E;
}
.BgClassName
{
background-color: #C0225E;
}
</style>
border-color css
<style>
span { border-color: #C0225E; }
span { border-color: rgb(192,34,94); }
td.TdClassName
{
border-color: #C0225E;
}
.TagClassName
{
border-color: #C0225E;
}
</style>