Shades of Old Rose #C02B4A
Tints of Old Rose #C02B4A
RGB
CMYK
RGB Variations
Color information
#C02B4A (or 0xC02B4A) is known color: Old Rose. HEX triplet: C0, 2B and 4A. RGB value is (192,43,74). Sum of RGB (Red+Green+Blue) = 192+43+74=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02B4A is #3FD4B5. Grayscale: #5B5B5B. Windows color (decimal): -4183222 or 4860864. OLE color: 4860864.
HSL color Cylindrical-coordinate representation of color #C02B4A: hue angle of 347.52º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02B4A is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 43 | 74 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.25 |
| HSL | 347.52º | 0.63% | 0.46% | - |
| HSV(B) | 347.52º | 0.78% | 0.75% | - |
| XYZ | 23.84 | 13.43 | 7.81 | - |
| YUV | 91.09 | 118.36 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 74 | 0 | 0.78 | 0.61 | 0.25 | 347.52 | 0.63 | 0.46 |
| Hex | C0 | 2B | 4A | 0 | 4E | 3D | 19 | 15C | 3F | 2E |
| Octal | 300 | 53 | 112 | 0 | 116 | 75 | 31 | 534 | 77 | 56 |
| Binary | 11000000 | 101011 | 1001010 | 0 | 1001110 | 111101 | 11001 | 101011100 | 111111 | 101110 |
Color Harmonies of #C02B4A
Complementary color
Monochromatic Colors of #C02B4A
Black with #C02B4A
Text Example
Text Example
White with #C02B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02B4A; }
p { color: rgb(192,43,74); }
H1.HeaderClassName
{
color: #C02B4A;
}
.AnyTagClassName
{
color: #C02B4A;
}
</style>
background-color css
<style>
a { background-color: #C02B4A; }
a { background-color: rgb(192,43,74); }
div.DivClassName
{
background-color: #C02B4A;
}
.BgClassName
{
background-color: #C02B4A;
}
</style>
border-color css
<style>
span { border-color: #C02B4A; }
span { border-color: rgb(192,43,74); }
td.TdClassName
{
border-color: #C02B4A;
}
.TagClassName
{
border-color: #C02B4A;
}
</style>