Shades of Old Rose #C02F4F
Tints of Old Rose #C02F4F
RGB
CMYK
RGB Variations
Color information
#C02F4F (or 0xC02F4F) is known color: Old Rose. HEX triplet: C0, 2F and 4F. RGB value is (192,47,79). Sum of RGB (Red+Green+Blue) = 192+47+79=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02F4F is #3FD0B0. Grayscale: #5E5E5E. Windows color (decimal): -4182193 or 5189568. OLE color: 5189568.
HSL color Cylindrical-coordinate representation of color #C02F4F: hue angle of 346.76º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C02F4F is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 47 | 79 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.25 |
| HSL | 346.76º | 0.61% | 0.47% | - |
| HSV(B) | 346.76º | 0.76% | 0.75% | - |
| XYZ | 24.17 | 13.8 | 8.79 | - |
| YUV | 94 | 119.54 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 79 | 0 | 0.76 | 0.59 | 0.25 | 346.76 | 0.61 | 0.47 |
| Hex | C0 | 2F | 4F | 0 | 4C | 3B | 19 | 15B | 3D | 2F |
| Octal | 300 | 57 | 117 | 0 | 114 | 73 | 31 | 533 | 75 | 57 |
| Binary | 11000000 | 101111 | 1001111 | 0 | 1001100 | 111011 | 11001 | 101011011 | 111101 | 101111 |
Color Harmonies of #C02F4F
Complementary color
Monochromatic Colors of #C02F4F
Black with #C02F4F
Text Example
Text Example
White with #C02F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02F4F; }
p { color: rgb(192,47,79); }
H1.HeaderClassName
{
color: #C02F4F;
}
.AnyTagClassName
{
color: #C02F4F;
}
</style>
background-color css
<style>
a { background-color: #C02F4F; }
a { background-color: rgb(192,47,79); }
div.DivClassName
{
background-color: #C02F4F;
}
.BgClassName
{
background-color: #C02F4F;
}
</style>
border-color css
<style>
span { border-color: #C02F4F; }
span { border-color: rgb(192,47,79); }
td.TdClassName
{
border-color: #C02F4F;
}
.TagClassName
{
border-color: #C02F4F;
}
</style>