Shades of Old Rose #C02D55
Tints of Old Rose #C02D55
RGB
CMYK
RGB Variations
Color information
#C02D55 (or 0xC02D55) is known color: Old Rose. HEX triplet: C0, 2D and 55. RGB value is (192,45,85). Sum of RGB (Red+Green+Blue) = 192+45+85=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C02D55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02D55 is #3FD2AA. Grayscale: #5D5D5D. Windows color (decimal): -4182699 or 5582272. OLE color: 5582272.
HSL color Cylindrical-coordinate representation of color #C02D55: hue angle of 343.67º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02D55 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 45 | 85 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.25 |
| HSL | 343.67º | 0.62% | 0.46% | - |
| HSV(B) | 343.67º | 0.77% | 0.75% | - |
| XYZ | 24.32 | 13.74 | 9.96 | - |
| YUV | 93.51 | 123.2 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 45 | 85 | 0 | 0.77 | 0.56 | 0.25 | 343.67 | 0.62 | 0.46 |
| Hex | C0 | 2D | 55 | 0 | 4D | 38 | 19 | 158 | 3E | 2E |
| Octal | 300 | 55 | 125 | 0 | 115 | 70 | 31 | 530 | 76 | 56 |
| Binary | 11000000 | 101101 | 1010101 | 0 | 1001101 | 111000 | 11001 | 101011000 | 111110 | 101110 |
Color Harmonies of #C02D55
Complementary color
Monochromatic Colors of #C02D55
Black with #C02D55
Text Example
Text Example
White with #C02D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02D55; }
p { color: rgb(192,45,85); }
H1.HeaderClassName
{
color: #C02D55;
}
.AnyTagClassName
{
color: #C02D55;
}
</style>
background-color css
<style>
a { background-color: #C02D55; }
a { background-color: rgb(192,45,85); }
div.DivClassName
{
background-color: #C02D55;
}
.BgClassName
{
background-color: #C02D55;
}
</style>
border-color css
<style>
span { border-color: #C02D55; }
span { border-color: rgb(192,45,85); }
td.TdClassName
{
border-color: #C02D55;
}
.TagClassName
{
border-color: #C02D55;
}
</style>