Shades of Old Rose #C02B54
Tints of Old Rose #C02B54
RGB
CMYK
RGB Variations
Color information
#C02B54 (or 0xC02B54) is known color: Old Rose. HEX triplet: C0, 2B and 54. RGB value is (192,43,84). Sum of RGB (Red+Green+Blue) = 192+43+84=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02B54 is #3FD4AB. Grayscale: #5C5C5C. Windows color (decimal): -4183212 or 5516224. OLE color: 5516224.
HSL color Cylindrical-coordinate representation of color #C02B54: hue angle of 343.49º 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 #C02B54 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 43 | 84 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.25 |
| HSL | 343.49º | 0.63% | 0.46% | - |
| HSV(B) | 343.49º | 0.78% | 0.75% | - |
| XYZ | 24.2 | 13.57 | 9.73 | - |
| YUV | 92.23 | 123.36 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 84 | 0 | 0.78 | 0.56 | 0.25 | 343.49 | 0.63 | 0.46 |
| Hex | C0 | 2B | 54 | 0 | 4E | 38 | 19 | 157 | 3F | 2E |
| Octal | 300 | 53 | 124 | 0 | 116 | 70 | 31 | 527 | 77 | 56 |
| Binary | 11000000 | 101011 | 1010100 | 0 | 1001110 | 111000 | 11001 | 101010111 | 111111 | 101110 |
Color Harmonies of #C02B54
Complementary color
Monochromatic Colors of #C02B54
Black with #C02B54
Text Example
Text Example
White with #C02B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02B54; }
p { color: rgb(192,43,84); }
H1.HeaderClassName
{
color: #C02B54;
}
.AnyTagClassName
{
color: #C02B54;
}
</style>
background-color css
<style>
a { background-color: #C02B54; }
a { background-color: rgb(192,43,84); }
div.DivClassName
{
background-color: #C02B54;
}
.BgClassName
{
background-color: #C02B54;
}
</style>
border-color css
<style>
span { border-color: #C02B54; }
span { border-color: rgb(192,43,84); }
td.TdClassName
{
border-color: #C02B54;
}
.TagClassName
{
border-color: #C02B54;
}
</style>