Shades of Old Rose #C02C4D
Tints of Old Rose #C02C4D
RGB
CMYK
RGB Variations
Color information
#C02C4D (or 0xC02C4D) is known color: Old Rose. HEX triplet: C0, 2C and 4D. RGB value is (192,44,77). Sum of RGB (Red+Green+Blue) = 192+44+77=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02C4D is #3FD3B2. Grayscale: #5C5C5C. Windows color (decimal): -4182963 or 5057728. OLE color: 5057728.
HSL color Cylindrical-coordinate representation of color #C02C4D: hue angle of 346.62º 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 #C02C4D is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 44 | 77 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.25 |
| HSL | 346.62º | 0.63% | 0.46% | - |
| HSV(B) | 346.62º | 0.77% | 0.75% | - |
| XYZ | 23.98 | 13.54 | 8.37 | - |
| YUV | 92.01 | 119.53 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 77 | 0 | 0.77 | 0.60 | 0.25 | 346.62 | 0.63 | 0.46 |
| Hex | C0 | 2C | 4D | 0 | 4D | 3C | 19 | 15B | 3F | 2E |
| Octal | 300 | 54 | 115 | 0 | 115 | 74 | 31 | 533 | 77 | 56 |
| Binary | 11000000 | 101100 | 1001101 | 0 | 1001101 | 111100 | 11001 | 101011011 | 111111 | 101110 |
Color Harmonies of #C02C4D
Complementary color
Monochromatic Colors of #C02C4D
Black with #C02C4D
Text Example
Text Example
White with #C02C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02C4D; }
p { color: rgb(192,44,77); }
H1.HeaderClassName
{
color: #C02C4D;
}
.AnyTagClassName
{
color: #C02C4D;
}
</style>
background-color css
<style>
a { background-color: #C02C4D; }
a { background-color: rgb(192,44,77); }
div.DivClassName
{
background-color: #C02C4D;
}
.BgClassName
{
background-color: #C02C4D;
}
</style>
border-color css
<style>
span { border-color: #C02C4D; }
span { border-color: rgb(192,44,77); }
td.TdClassName
{
border-color: #C02C4D;
}
.TagClassName
{
border-color: #C02C4D;
}
</style>