Shades of Old Rose #C02662
Tints of Old Rose #C02662
RGB
CMYK
RGB Variations
Color information
#C02662 (or 0xC02662) is known color: Old Rose. HEX triplet: C0, 26 and 62. RGB value is (192,38,98). Sum of RGB (Red+Green+Blue) = 192+38+98=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C02662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02662 is #3FD99D. Grayscale: #5A5A5A. Windows color (decimal): -4184478 or 6432448. OLE color: 6432448.
HSL color Cylindrical-coordinate representation of color #C02662: hue angle of 336.62º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02662 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 98 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.25 |
| HSL | 336.62º | 0.67% | 0.45% | - |
| HSV(B) | 336.62º | 0.8% | 0.75% | - |
| XYZ | 24.64 | 13.47 | 12.86 | - |
| YUV | 90.89 | 132.02 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 98 | 0 | 0.80 | 0.49 | 0.25 | 336.62 | 0.67 | 0.45 |
| Hex | C0 | 26 | 62 | 0 | 50 | 31 | 19 | 151 | 43 | 2D |
| Octal | 300 | 46 | 142 | 0 | 120 | 61 | 31 | 521 | 103 | 55 |
| Binary | 11000000 | 100110 | 1100010 | 0 | 1010000 | 110001 | 11001 | 101010001 | 1000011 | 101101 |
Color Harmonies of #C02662
Complementary color
Monochromatic Colors of #C02662
Black with #C02662
Text Example
Text Example
White with #C02662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02662; }
p { color: rgb(192,38,98); }
H1.HeaderClassName
{
color: #C02662;
}
.AnyTagClassName
{
color: #C02662;
}
</style>
background-color css
<style>
a { background-color: #C02662; }
a { background-color: rgb(192,38,98); }
div.DivClassName
{
background-color: #C02662;
}
.BgClassName
{
background-color: #C02662;
}
</style>
border-color css
<style>
span { border-color: #C02662; }
span { border-color: rgb(192,38,98); }
td.TdClassName
{
border-color: #C02662;
}
.TagClassName
{
border-color: #C02662;
}
</style>