Shades of Old Rose #C02B5F
Tints of Old Rose #C02B5F
RGB
CMYK
RGB Variations
Color information
#C02B5F (or 0xC02B5F) is known color: Old Rose. HEX triplet: C0, 2B and 5F. RGB value is (192,43,95). Sum of RGB (Red+Green+Blue) = 192+43+95=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02B5F is #3FD4A0. Grayscale: #5D5D5D. Windows color (decimal): -4183201 or 6237120. OLE color: 6237120.
HSL color Cylindrical-coordinate representation of color #C02B5F: hue angle of 339.06º 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 #C02B5F is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 43 | 95 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.25 |
| HSL | 339.06º | 0.63% | 0.46% | - |
| HSV(B) | 339.06º | 0.78% | 0.75% | - |
| XYZ | 24.67 | 13.76 | 12.18 | - |
| YUV | 93.48 | 128.86 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 95 | 0 | 0.78 | 0.51 | 0.25 | 339.06 | 0.63 | 0.46 |
| Hex | C0 | 2B | 5F | 0 | 4E | 33 | 19 | 153 | 3F | 2E |
| Octal | 300 | 53 | 137 | 0 | 116 | 63 | 31 | 523 | 77 | 56 |
| Binary | 11000000 | 101011 | 1011111 | 0 | 1001110 | 110011 | 11001 | 101010011 | 111111 | 101110 |
Color Harmonies of #C02B5F
Complementary color
Monochromatic Colors of #C02B5F
Black with #C02B5F
Text Example
Text Example
White with #C02B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02B5F; }
p { color: rgb(192,43,95); }
H1.HeaderClassName
{
color: #C02B5F;
}
.AnyTagClassName
{
color: #C02B5F;
}
</style>
background-color css
<style>
a { background-color: #C02B5F; }
a { background-color: rgb(192,43,95); }
div.DivClassName
{
background-color: #C02B5F;
}
.BgClassName
{
background-color: #C02B5F;
}
</style>
border-color css
<style>
span { border-color: #C02B5F; }
span { border-color: rgb(192,43,95); }
td.TdClassName
{
border-color: #C02B5F;
}
.TagClassName
{
border-color: #C02B5F;
}
</style>