Shades of Old Rose #C0274E
Tints of Old Rose #C0274E
RGB
CMYK
RGB Variations
Color information
#C0274E (or 0xC0274E) is known color: Old Rose. HEX triplet: C0, 27 and 4E. RGB value is (192,39,78). Sum of RGB (Red+Green+Blue) = 192+39+78=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C0274E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0274E is #3FD8B1. Grayscale: #595959. Windows color (decimal): -4184242 or 5121984. OLE color: 5121984.
HSL color Cylindrical-coordinate representation of color #C0274E: hue angle of 344.71º 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 #C0274E is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 78 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.25 |
| HSL | 344.71º | 0.66% | 0.45% | - |
| HSV(B) | 344.71º | 0.8% | 0.75% | - |
| XYZ | 23.84 | 13.21 | 8.5 | - |
| YUV | 89.19 | 121.69 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 78 | 0 | 0.80 | 0.59 | 0.25 | 344.71 | 0.66 | 0.45 |
| Hex | C0 | 27 | 4E | 0 | 50 | 3B | 19 | 159 | 42 | 2D |
| Octal | 300 | 47 | 116 | 0 | 120 | 73 | 31 | 531 | 102 | 55 |
| Binary | 11000000 | 100111 | 1001110 | 0 | 1010000 | 111011 | 11001 | 101011001 | 1000010 | 101101 |
Color Harmonies of #C0274E
Complementary color
Monochromatic Colors of #C0274E
Black with #C0274E
Text Example
Text Example
White with #C0274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0274E; }
p { color: rgb(192,39,78); }
H1.HeaderClassName
{
color: #C0274E;
}
.AnyTagClassName
{
color: #C0274E;
}
</style>
background-color css
<style>
a { background-color: #C0274E; }
a { background-color: rgb(192,39,78); }
div.DivClassName
{
background-color: #C0274E;
}
.BgClassName
{
background-color: #C0274E;
}
</style>
border-color css
<style>
span { border-color: #C0274E; }
span { border-color: rgb(192,39,78); }
td.TdClassName
{
border-color: #C0274E;
}
.TagClassName
{
border-color: #C0274E;
}
</style>