Shades of Old Rose #C02B4D
Tints of Old Rose #C02B4D
RGB
CMYK
RGB Variations
Color information
#C02B4D (or 0xC02B4D) is known color: Old Rose. HEX triplet: C0, 2B and 4D. RGB value is (192,43,77). Sum of RGB (Red+Green+Blue) = 192+43+77=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02B4D is #3FD4B2. Grayscale: #5B5B5B. Windows color (decimal): -4183219 or 5057472. OLE color: 5057472.
HSL color Cylindrical-coordinate representation of color #C02B4D: hue angle of 346.31º 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 #C02B4D is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 43 | 77 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.25 |
| HSL | 346.31º | 0.63% | 0.46% | - |
| HSV(B) | 346.31º | 0.78% | 0.75% | - |
| XYZ | 23.94 | 13.47 | 8.36 | - |
| YUV | 91.43 | 119.86 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 77 | 0 | 0.78 | 0.60 | 0.25 | 346.31 | 0.63 | 0.46 |
| Hex | C0 | 2B | 4D | 0 | 4E | 3C | 19 | 15A | 3F | 2E |
| Octal | 300 | 53 | 115 | 0 | 116 | 74 | 31 | 532 | 77 | 56 |
| Binary | 11000000 | 101011 | 1001101 | 0 | 1001110 | 111100 | 11001 | 101011010 | 111111 | 101110 |
Color Harmonies of #C02B4D
Complementary color
Monochromatic Colors of #C02B4D
Black with #C02B4D
Text Example
Text Example
White with #C02B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02B4D; }
p { color: rgb(192,43,77); }
H1.HeaderClassName
{
color: #C02B4D;
}
.AnyTagClassName
{
color: #C02B4D;
}
</style>
background-color css
<style>
a { background-color: #C02B4D; }
a { background-color: rgb(192,43,77); }
div.DivClassName
{
background-color: #C02B4D;
}
.BgClassName
{
background-color: #C02B4D;
}
</style>
border-color css
<style>
span { border-color: #C02B4D; }
span { border-color: rgb(192,43,77); }
td.TdClassName
{
border-color: #C02B4D;
}
.TagClassName
{
border-color: #C02B4D;
}
</style>