Shades of Old Rose #C02B48
Tints of Old Rose #C02B48
RGB
CMYK
RGB Variations
Color information
#C02B48 (or 0xC02B48) is known color: Old Rose. HEX triplet: C0, 2B and 48. RGB value is (192,43,72). Sum of RGB (Red+Green+Blue) = 192+43+72=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02B48 is #3FD4B7. Grayscale: #5A5A5A. Windows color (decimal): -4183224 or 4729792. OLE color: 4729792.
HSL color Cylindrical-coordinate representation of color #C02B48: hue angle of 348.32º 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 #C02B48 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 43 | 72 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.25 |
| HSL | 348.32º | 0.63% | 0.46% | - |
| HSV(B) | 348.32º | 0.78% | 0.75% | - |
| XYZ | 23.77 | 13.4 | 7.46 | - |
| YUV | 90.86 | 117.36 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 72 | 0 | 0.78 | 0.63 | 0.25 | 348.32 | 0.63 | 0.46 |
| Hex | C0 | 2B | 48 | 0 | 4E | 3F | 19 | 15C | 3F | 2E |
| Octal | 300 | 53 | 110 | 0 | 116 | 77 | 31 | 534 | 77 | 56 |
| Binary | 11000000 | 101011 | 1001000 | 0 | 1001110 | 111111 | 11001 | 101011100 | 111111 | 101110 |
Color Harmonies of #C02B48
Complementary color
Monochromatic Colors of #C02B48
Black with #C02B48
Text Example
Text Example
White with #C02B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02B48; }
p { color: rgb(192,43,72); }
H1.HeaderClassName
{
color: #C02B48;
}
.AnyTagClassName
{
color: #C02B48;
}
</style>
background-color css
<style>
a { background-color: #C02B48; }
a { background-color: rgb(192,43,72); }
div.DivClassName
{
background-color: #C02B48;
}
.BgClassName
{
background-color: #C02B48;
}
</style>
border-color css
<style>
span { border-color: #C02B48; }
span { border-color: rgb(192,43,72); }
td.TdClassName
{
border-color: #C02B48;
}
.TagClassName
{
border-color: #C02B48;
}
</style>