Shades of Old Rose #C02F5D
Tints of Old Rose #C02F5D
RGB
CMYK
RGB Variations
Color information
#C02F5D (or 0xC02F5D) is known color: Old Rose. HEX triplet: C0, 2F and 5D. RGB value is (192,47,93). Sum of RGB (Red+Green+Blue) = 192+47+93=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02F5D is #3FD0A2. Grayscale: #5F5F5F. Windows color (decimal): -4182179 or 6107072. OLE color: 6107072.
HSL color Cylindrical-coordinate representation of color #C02F5D: hue angle of 340.97º 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 #C02F5D is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 47 | 93 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.25 |
| HSL | 340.97º | 0.61% | 0.47% | - |
| HSV(B) | 340.97º | 0.76% | 0.75% | - |
| XYZ | 24.73 | 14.03 | 11.76 | - |
| YUV | 95.6 | 126.54 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 93 | 0 | 0.76 | 0.52 | 0.25 | 340.97 | 0.61 | 0.47 |
| Hex | C0 | 2F | 5D | 0 | 4C | 34 | 19 | 155 | 3D | 2F |
| Octal | 300 | 57 | 135 | 0 | 114 | 64 | 31 | 525 | 75 | 57 |
| Binary | 11000000 | 101111 | 1011101 | 0 | 1001100 | 110100 | 11001 | 101010101 | 111101 | 101111 |
Color Harmonies of #C02F5D
Complementary color
Monochromatic Colors of #C02F5D
Black with #C02F5D
Text Example
Text Example
White with #C02F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02F5D; }
p { color: rgb(192,47,93); }
H1.HeaderClassName
{
color: #C02F5D;
}
.AnyTagClassName
{
color: #C02F5D;
}
</style>
background-color css
<style>
a { background-color: #C02F5D; }
a { background-color: rgb(192,47,93); }
div.DivClassName
{
background-color: #C02F5D;
}
.BgClassName
{
background-color: #C02F5D;
}
</style>
border-color css
<style>
span { border-color: #C02F5D; }
span { border-color: rgb(192,47,93); }
td.TdClassName
{
border-color: #C02F5D;
}
.TagClassName
{
border-color: #C02F5D;
}
</style>