Shades of Old Rose #C0264E
Tints of Old Rose #C0264E
RGB
CMYK
RGB Variations
Color information
#C0264E (or 0xC0264E) is known color: Old Rose. HEX triplet: C0, 26 and 4E. RGB value is (192,38,78). Sum of RGB (Red+Green+Blue) = 192+38+78=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C0264E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0264E is #3FD9B1. Grayscale: #585858. Windows color (decimal): -4184498 or 5121728. OLE color: 5121728.
HSL color Cylindrical-coordinate representation of color #C0264E: hue angle of 344.42º 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 #C0264E is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 78 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.25 |
| HSL | 344.42º | 0.67% | 0.45% | - |
| HSV(B) | 344.42º | 0.8% | 0.75% | - |
| XYZ | 23.81 | 13.14 | 8.49 | - |
| YUV | 88.61 | 122.02 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 78 | 0 | 0.80 | 0.59 | 0.25 | 344.42 | 0.67 | 0.45 |
| Hex | C0 | 26 | 4E | 0 | 50 | 3B | 19 | 158 | 43 | 2D |
| Octal | 300 | 46 | 116 | 0 | 120 | 73 | 31 | 530 | 103 | 55 |
| Binary | 11000000 | 100110 | 1001110 | 0 | 1010000 | 111011 | 11001 | 101011000 | 1000011 | 101101 |
Color Harmonies of #C0264E
Complementary color
Monochromatic Colors of #C0264E
Black with #C0264E
Text Example
Text Example
White with #C0264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0264E; }
p { color: rgb(192,38,78); }
H1.HeaderClassName
{
color: #C0264E;
}
.AnyTagClassName
{
color: #C0264E;
}
</style>
background-color css
<style>
a { background-color: #C0264E; }
a { background-color: rgb(192,38,78); }
div.DivClassName
{
background-color: #C0264E;
}
.BgClassName
{
background-color: #C0264E;
}
</style>
border-color css
<style>
span { border-color: #C0264E; }
span { border-color: rgb(192,38,78); }
td.TdClassName
{
border-color: #C0264E;
}
.TagClassName
{
border-color: #C0264E;
}
</style>