Shades of Old Rose #C02C66
Tints of Old Rose #C02C66
RGB
CMYK
RGB Variations
Color information
#C02C66 (or 0xC02C66) is known color: Old Rose. HEX triplet: C0, 2C and 66. RGB value is (192,44,102). Sum of RGB (Red+Green+Blue) = 192+44+102=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02C66 is #3FD399. Grayscale: #5E5E5E. Windows color (decimal): -4182938 or 6696128. OLE color: 6696128.
HSL color Cylindrical-coordinate representation of color #C02C66: hue angle of 336.49º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02C66 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 44 | 102 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.25 |
| HSL | 336.49º | 0.63% | 0.46% | - |
| HSV(B) | 336.49º | 0.77% | 0.75% | - |
| XYZ | 25.04 | 13.97 | 13.95 | - |
| YUV | 94.86 | 132.03 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 102 | 0 | 0.77 | 0.47 | 0.25 | 336.49 | 0.63 | 0.46 |
| Hex | C0 | 2C | 66 | 0 | 4D | 2F | 19 | 150 | 3F | 2E |
| Octal | 300 | 54 | 146 | 0 | 115 | 57 | 31 | 520 | 77 | 56 |
| Binary | 11000000 | 101100 | 1100110 | 0 | 1001101 | 101111 | 11001 | 101010000 | 111111 | 101110 |
Color Harmonies of #C02C66
Complementary color
Monochromatic Colors of #C02C66
Black with #C02C66
Text Example
Text Example
White with #C02C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02C66; }
p { color: rgb(192,44,102); }
H1.HeaderClassName
{
color: #C02C66;
}
.AnyTagClassName
{
color: #C02C66;
}
</style>
background-color css
<style>
a { background-color: #C02C66; }
a { background-color: rgb(192,44,102); }
div.DivClassName
{
background-color: #C02C66;
}
.BgClassName
{
background-color: #C02C66;
}
</style>
border-color css
<style>
span { border-color: #C02C66; }
span { border-color: rgb(192,44,102); }
td.TdClassName
{
border-color: #C02C66;
}
.TagClassName
{
border-color: #C02C66;
}
</style>