Shades of Old Rose #C0274A
Tints of Old Rose #C0274A
RGB
CMYK
RGB Variations
Color information
#C0274A (or 0xC0274A) is known color: Old Rose. HEX triplet: C0, 27 and 4A. RGB value is (192,39,74). Sum of RGB (Red+Green+Blue) = 192+39+74=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C0274A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0274A is #3FD8B5. Grayscale: #585858. Windows color (decimal): -4184246 or 4859840. OLE color: 4859840.
HSL color Cylindrical-coordinate representation of color #C0274A: hue angle of 346.27º 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 #C0274A is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 74 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.25 |
| HSL | 346.27º | 0.66% | 0.45% | - |
| HSV(B) | 346.27º | 0.8% | 0.75% | - |
| XYZ | 23.7 | 13.15 | 7.77 | - |
| YUV | 88.74 | 119.69 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 74 | 0 | 0.80 | 0.61 | 0.25 | 346.27 | 0.66 | 0.45 |
| Hex | C0 | 27 | 4A | 0 | 50 | 3D | 19 | 15A | 42 | 2D |
| Octal | 300 | 47 | 112 | 0 | 120 | 75 | 31 | 532 | 102 | 55 |
| Binary | 11000000 | 100111 | 1001010 | 0 | 1010000 | 111101 | 11001 | 101011010 | 1000010 | 101101 |
Color Harmonies of #C0274A
Complementary color
Monochromatic Colors of #C0274A
Black with #C0274A
Text Example
Text Example
White with #C0274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0274A; }
p { color: rgb(192,39,74); }
H1.HeaderClassName
{
color: #C0274A;
}
.AnyTagClassName
{
color: #C0274A;
}
</style>
background-color css
<style>
a { background-color: #C0274A; }
a { background-color: rgb(192,39,74); }
div.DivClassName
{
background-color: #C0274A;
}
.BgClassName
{
background-color: #C0274A;
}
</style>
border-color css
<style>
span { border-color: #C0274A; }
span { border-color: rgb(192,39,74); }
td.TdClassName
{
border-color: #C0274A;
}
.TagClassName
{
border-color: #C0274A;
}
</style>