Shades of Old Rose #C0264A
Tints of Old Rose #C0264A
RGB
CMYK
RGB Variations
Color information
#C0264A (or 0xC0264A) is known color: Old Rose. HEX triplet: C0, 26 and 4A. RGB value is (192,38,74). Sum of RGB (Red+Green+Blue) = 192+38+74=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C0264A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0264A is #3FD9B5. Grayscale: #585858. Windows color (decimal): -4184502 or 4859584. OLE color: 4859584.
HSL color Cylindrical-coordinate representation of color #C0264A: hue angle of 345.97º 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 #C0264A is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 74 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.25 |
| HSL | 345.97º | 0.67% | 0.45% | - |
| HSV(B) | 345.97º | 0.8% | 0.75% | - |
| XYZ | 23.67 | 13.09 | 7.76 | - |
| YUV | 88.15 | 120.02 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 74 | 0 | 0.80 | 0.61 | 0.25 | 345.97 | 0.67 | 0.45 |
| Hex | C0 | 26 | 4A | 0 | 50 | 3D | 19 | 15A | 43 | 2D |
| Octal | 300 | 46 | 112 | 0 | 120 | 75 | 31 | 532 | 103 | 55 |
| Binary | 11000000 | 100110 | 1001010 | 0 | 1010000 | 111101 | 11001 | 101011010 | 1000011 | 101101 |
Color Harmonies of #C0264A
Complementary color
Monochromatic Colors of #C0264A
Black with #C0264A
Text Example
Text Example
White with #C0264A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0264A; }
p { color: rgb(192,38,74); }
H1.HeaderClassName
{
color: #C0264A;
}
.AnyTagClassName
{
color: #C0264A;
}
</style>
background-color css
<style>
a { background-color: #C0264A; }
a { background-color: rgb(192,38,74); }
div.DivClassName
{
background-color: #C0264A;
}
.BgClassName
{
background-color: #C0264A;
}
</style>
border-color css
<style>
span { border-color: #C0264A; }
span { border-color: rgb(192,38,74); }
td.TdClassName
{
border-color: #C0264A;
}
.TagClassName
{
border-color: #C0264A;
}
</style>