Shades of Old Rose #C02758
Tints of Old Rose #C02758
RGB
CMYK
RGB Variations
Color information
#C02758 (or 0xC02758) is known color: Old Rose. HEX triplet: C0, 27 and 58. RGB value is (192,39,88). Sum of RGB (Red+Green+Blue) = 192+39+88=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C02758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02758 is #3FD8A7. Grayscale: #5A5A5A. Windows color (decimal): -4184232 or 5777344. OLE color: 5777344.
HSL color Cylindrical-coordinate representation of color #C02758: hue angle of 340.78º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02758 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 88 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.25 |
| HSL | 340.78º | 0.66% | 0.45% | - |
| HSV(B) | 340.78º | 0.8% | 0.75% | - |
| XYZ | 24.23 | 13.36 | 10.53 | - |
| YUV | 90.33 | 126.69 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 88 | 0 | 0.80 | 0.54 | 0.25 | 340.78 | 0.66 | 0.45 |
| Hex | C0 | 27 | 58 | 0 | 50 | 36 | 19 | 155 | 42 | 2D |
| Octal | 300 | 47 | 130 | 0 | 120 | 66 | 31 | 525 | 102 | 55 |
| Binary | 11000000 | 100111 | 1011000 | 0 | 1010000 | 110110 | 11001 | 101010101 | 1000010 | 101101 |
Color Harmonies of #C02758
Complementary color
Monochromatic Colors of #C02758
Black with #C02758
Text Example
Text Example
White with #C02758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02758; }
p { color: rgb(192,39,88); }
H1.HeaderClassName
{
color: #C02758;
}
.AnyTagClassName
{
color: #C02758;
}
</style>
background-color css
<style>
a { background-color: #C02758; }
a { background-color: rgb(192,39,88); }
div.DivClassName
{
background-color: #C02758;
}
.BgClassName
{
background-color: #C02758;
}
</style>
border-color css
<style>
span { border-color: #C02758; }
span { border-color: rgb(192,39,88); }
td.TdClassName
{
border-color: #C02758;
}
.TagClassName
{
border-color: #C02758;
}
</style>