Shades of Old Rose #C0225D
Tints of Old Rose #C0225D
RGB
CMYK
RGB Variations
Color information
#C0225D (or 0xC0225D) is known color: Old Rose. HEX triplet: C0, 22 and 5D. RGB value is (192,34,93). Sum of RGB (Red+Green+Blue) = 192+34+93=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C0225D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0225D is #3FDDA2. Grayscale: #575757. Windows color (decimal): -4185507 or 6103744. OLE color: 6103744.
HSL color Cylindrical-coordinate representation of color #C0225D: hue angle of 337.59º 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 #C0225D is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 93 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.25 |
| HSL | 337.59º | 0.7% | 0.44% | - |
| HSV(B) | 337.59º | 0.82% | 0.75% | - |
| XYZ | 24.29 | 13.14 | 11.61 | - |
| YUV | 87.97 | 130.85 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 93 | 0 | 0.82 | 0.52 | 0.25 | 337.59 | 0.7 | 0.44 |
| Hex | C0 | 22 | 5D | 0 | 52 | 34 | 19 | 152 | 46 | 2C |
| Octal | 300 | 42 | 135 | 0 | 122 | 64 | 31 | 522 | 106 | 54 |
| Binary | 11000000 | 100010 | 1011101 | 0 | 1010010 | 110100 | 11001 | 101010010 | 1000110 | 101100 |
Color Harmonies of #C0225D
Complementary color
Monochromatic Colors of #C0225D
Black with #C0225D
Text Example
Text Example
White with #C0225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0225D; }
p { color: rgb(192,34,93); }
H1.HeaderClassName
{
color: #C0225D;
}
.AnyTagClassName
{
color: #C0225D;
}
</style>
background-color css
<style>
a { background-color: #C0225D; }
a { background-color: rgb(192,34,93); }
div.DivClassName
{
background-color: #C0225D;
}
.BgClassName
{
background-color: #C0225D;
}
</style>
border-color css
<style>
span { border-color: #C0225D; }
span { border-color: rgb(192,34,93); }
td.TdClassName
{
border-color: #C0225D;
}
.TagClassName
{
border-color: #C0225D;
}
</style>