Shades of Old Rose #C0274D
Tints of Old Rose #C0274D
RGB
CMYK
RGB Variations
Color information
#C0274D (or 0xC0274D) is known color: Old Rose. HEX triplet: C0, 27 and 4D. RGB value is (192,39,77). Sum of RGB (Red+Green+Blue) = 192+39+77=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C0274D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0274D is #3FD8B2. Grayscale: #595959. Windows color (decimal): -4184243 or 5056448. OLE color: 5056448.
HSL color Cylindrical-coordinate representation of color #C0274D: hue angle of 345.1º 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 #C0274D is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 77 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.25 |
| HSL | 345.1º | 0.66% | 0.45% | - |
| HSV(B) | 345.1º | 0.8% | 0.75% | - |
| XYZ | 23.8 | 13.19 | 8.31 | - |
| YUV | 89.08 | 121.19 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 77 | 0 | 0.80 | 0.60 | 0.25 | 345.1 | 0.66 | 0.45 |
| Hex | C0 | 27 | 4D | 0 | 50 | 3C | 19 | 159 | 42 | 2D |
| Octal | 300 | 47 | 115 | 0 | 120 | 74 | 31 | 531 | 102 | 55 |
| Binary | 11000000 | 100111 | 1001101 | 0 | 1010000 | 111100 | 11001 | 101011001 | 1000010 | 101101 |
Color Harmonies of #C0274D
Complementary color
Monochromatic Colors of #C0274D
Black with #C0274D
Text Example
Text Example
White with #C0274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0274D; }
p { color: rgb(192,39,77); }
H1.HeaderClassName
{
color: #C0274D;
}
.AnyTagClassName
{
color: #C0274D;
}
</style>
background-color css
<style>
a { background-color: #C0274D; }
a { background-color: rgb(192,39,77); }
div.DivClassName
{
background-color: #C0274D;
}
.BgClassName
{
background-color: #C0274D;
}
</style>
border-color css
<style>
span { border-color: #C0274D; }
span { border-color: rgb(192,39,77); }
td.TdClassName
{
border-color: #C0274D;
}
.TagClassName
{
border-color: #C0274D;
}
</style>