Shades of Old Rose #C02462
Tints of Old Rose #C02462
RGB
CMYK
RGB Variations
Color information
#C02462 (or 0xC02462) is known color: Old Rose. HEX triplet: C0, 24 and 62. RGB value is (192,36,98). Sum of RGB (Red+Green+Blue) = 192+36+98=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C02462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02462 is #3FDB9D. Grayscale: #595959. Windows color (decimal): -4184990 or 6431936. OLE color: 6431936.
HSL color Cylindrical-coordinate representation of color #C02462: hue angle of 336.15º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02462 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 98 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.25 |
| HSL | 336.15º | 0.68% | 0.45% | - |
| HSV(B) | 336.15º | 0.81% | 0.75% | - |
| XYZ | 24.57 | 13.35 | 12.84 | - |
| YUV | 89.71 | 132.68 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 98 | 0 | 0.81 | 0.49 | 0.25 | 336.15 | 0.68 | 0.45 |
| Hex | C0 | 24 | 62 | 0 | 51 | 31 | 19 | 150 | 44 | 2D |
| Octal | 300 | 44 | 142 | 0 | 121 | 61 | 31 | 520 | 104 | 55 |
| Binary | 11000000 | 100100 | 1100010 | 0 | 1010001 | 110001 | 11001 | 101010000 | 1000100 | 101101 |
Color Harmonies of #C02462
Complementary color
Monochromatic Colors of #C02462
Black with #C02462
Text Example
Text Example
White with #C02462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02462; }
p { color: rgb(192,36,98); }
H1.HeaderClassName
{
color: #C02462;
}
.AnyTagClassName
{
color: #C02462;
}
</style>
background-color css
<style>
a { background-color: #C02462; }
a { background-color: rgb(192,36,98); }
div.DivClassName
{
background-color: #C02462;
}
.BgClassName
{
background-color: #C02462;
}
</style>
border-color css
<style>
span { border-color: #C02462; }
span { border-color: rgb(192,36,98); }
td.TdClassName
{
border-color: #C02462;
}
.TagClassName
{
border-color: #C02462;
}
</style>