Shades of Old Rose #C02656
Tints of Old Rose #C02656
RGB
CMYK
RGB Variations
Color information
#C02656 (or 0xC02656) is known color: Old Rose. HEX triplet: C0, 26 and 56. RGB value is (192,38,86). Sum of RGB (Red+Green+Blue) = 192+38+86=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C02656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02656 is #3FD9A9. Grayscale: #595959. Windows color (decimal): -4184490 or 5646016. OLE color: 5646016.
HSL color Cylindrical-coordinate representation of color #C02656: hue angle of 341.3º 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 #C02656 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 86 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.25 |
| HSL | 341.3º | 0.67% | 0.45% | - |
| HSV(B) | 341.3º | 0.8% | 0.75% | - |
| XYZ | 24.11 | 13.26 | 10.09 | - |
| YUV | 89.52 | 126.02 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 86 | 0 | 0.80 | 0.55 | 0.25 | 341.3 | 0.67 | 0.45 |
| Hex | C0 | 26 | 56 | 0 | 50 | 37 | 19 | 155 | 43 | 2D |
| Octal | 300 | 46 | 126 | 0 | 120 | 67 | 31 | 525 | 103 | 55 |
| Binary | 11000000 | 100110 | 1010110 | 0 | 1010000 | 110111 | 11001 | 101010101 | 1000011 | 101101 |
Color Harmonies of #C02656
Complementary color
Monochromatic Colors of #C02656
Black with #C02656
Text Example
Text Example
White with #C02656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02656; }
p { color: rgb(192,38,86); }
H1.HeaderClassName
{
color: #C02656;
}
.AnyTagClassName
{
color: #C02656;
}
</style>
background-color css
<style>
a { background-color: #C02656; }
a { background-color: rgb(192,38,86); }
div.DivClassName
{
background-color: #C02656;
}
.BgClassName
{
background-color: #C02656;
}
</style>
border-color css
<style>
span { border-color: #C02656; }
span { border-color: rgb(192,38,86); }
td.TdClassName
{
border-color: #C02656;
}
.TagClassName
{
border-color: #C02656;
}
</style>