Shades of Old Rose #C02657
Tints of Old Rose #C02657
RGB
CMYK
RGB Variations
Color information
#C02657 (or 0xC02657) is known color: Old Rose. HEX triplet: C0, 26 and 57. RGB value is (192,38,87). Sum of RGB (Red+Green+Blue) = 192+38+87=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 87 (34.38% from 255 or 27.44% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C02657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02657 is #3FD9A8. Grayscale: #595959. Windows color (decimal): -4184489 or 5711552. OLE color: 5711552.
HSL color Cylindrical-coordinate representation of color #C02657: hue angle of 340.91º degrees, saturation: 0.67, 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 #C02657 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 87 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.25 |
| HSL | 340.91º | 0.67% | 0.45% | - |
| HSV(B) | 340.91º | 0.8% | 0.75% | - |
| XYZ | 24.15 | 13.28 | 10.31 | - |
| YUV | 89.63 | 126.52 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 87 | 0 | 0.80 | 0.55 | 0.25 | 340.91 | 0.67 | 0.45 |
| Hex | C0 | 26 | 57 | 0 | 50 | 37 | 19 | 155 | 43 | 2D |
| Octal | 300 | 46 | 127 | 0 | 120 | 67 | 31 | 525 | 103 | 55 |
| Binary | 11000000 | 100110 | 1010111 | 0 | 1010000 | 110111 | 11001 | 101010101 | 1000011 | 101101 |
Color Harmonies of #C02657
Complementary color
Monochromatic Colors of #C02657
Black with #C02657
Text Example
Text Example
White with #C02657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02657; }
p { color: rgb(192,38,87); }
H1.HeaderClassName
{
color: #C02657;
}
.AnyTagClassName
{
color: #C02657;
}
</style>
background-color css
<style>
a { background-color: #C02657; }
a { background-color: rgb(192,38,87); }
div.DivClassName
{
background-color: #C02657;
}
.BgClassName
{
background-color: #C02657;
}
</style>
border-color css
<style>
span { border-color: #C02657; }
span { border-color: rgb(192,38,87); }
td.TdClassName
{
border-color: #C02657;
}
.TagClassName
{
border-color: #C02657;
}
</style>