Shades of Old Rose #C02265
Tints of Old Rose #C02265
RGB
CMYK
RGB Variations
Color information
#C02265 (or 0xC02265) is known color: Old Rose. HEX triplet: C0, 22 and 65. RGB value is (192,34,101). Sum of RGB (Red+Green+Blue) = 192+34+101=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C02265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02265 is #3FDD9A. Grayscale: #585858. Windows color (decimal): -4185499 or 6628032. OLE color: 6628032.
HSL color Cylindrical-coordinate representation of color #C02265: hue angle of 334.56º 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 #C02265 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 101 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.25 |
| HSL | 334.56º | 0.7% | 0.44% | - |
| HSV(B) | 334.56º | 0.82% | 0.75% | - |
| XYZ | 24.66 | 13.29 | 13.58 | - |
| YUV | 88.88 | 134.85 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 101 | 0 | 0.82 | 0.47 | 0.25 | 334.56 | 0.7 | 0.44 |
| Hex | C0 | 22 | 65 | 0 | 52 | 2F | 19 | 14F | 46 | 2C |
| Octal | 300 | 42 | 145 | 0 | 122 | 57 | 31 | 517 | 106 | 54 |
| Binary | 11000000 | 100010 | 1100101 | 0 | 1010010 | 101111 | 11001 | 101001111 | 1000110 | 101100 |
Color Harmonies of #C02265
Complementary color
Monochromatic Colors of #C02265
Black with #C02265
Text Example
Text Example
White with #C02265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02265; }
p { color: rgb(192,34,101); }
H1.HeaderClassName
{
color: #C02265;
}
.AnyTagClassName
{
color: #C02265;
}
</style>
background-color css
<style>
a { background-color: #C02265; }
a { background-color: rgb(192,34,101); }
div.DivClassName
{
background-color: #C02265;
}
.BgClassName
{
background-color: #C02265;
}
</style>
border-color css
<style>
span { border-color: #C02265; }
span { border-color: rgb(192,34,101); }
td.TdClassName
{
border-color: #C02265;
}
.TagClassName
{
border-color: #C02265;
}
</style>