Shades of Old Rose #C02847
Tints of Old Rose #C02847
RGB
CMYK
RGB Variations
Color information
#C02847 (or 0xC02847) is known color: Old Rose. HEX triplet: C0, 28 and 47. RGB value is (192,40,71). Sum of RGB (Red+Green+Blue) = 192+40+71=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C02847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02847 is #3FD7B8. Grayscale: #595959. Windows color (decimal): -4183993 or 4663488. OLE color: 4663488.
HSL color Cylindrical-coordinate representation of color #C02847: hue angle of 347.76º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02847 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 40 | 71 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.25 |
| HSL | 347.76º | 0.66% | 0.45% | - |
| HSV(B) | 347.76º | 0.79% | 0.75% | - |
| XYZ | 23.63 | 13.18 | 7.26 | - |
| YUV | 88.98 | 117.86 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 71 | 0 | 0.79 | 0.63 | 0.25 | 347.76 | 0.66 | 0.45 |
| Hex | C0 | 28 | 47 | 0 | 4F | 3F | 19 | 15C | 42 | 2D |
| Octal | 300 | 50 | 107 | 0 | 117 | 77 | 31 | 534 | 102 | 55 |
| Binary | 11000000 | 101000 | 1000111 | 0 | 1001111 | 111111 | 11001 | 101011100 | 1000010 | 101101 |
Color Harmonies of #C02847
Complementary color
Monochromatic Colors of #C02847
Black with #C02847
Text Example
Text Example
White with #C02847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02847; }
p { color: rgb(192,40,71); }
H1.HeaderClassName
{
color: #C02847;
}
.AnyTagClassName
{
color: #C02847;
}
</style>
background-color css
<style>
a { background-color: #C02847; }
a { background-color: rgb(192,40,71); }
div.DivClassName
{
background-color: #C02847;
}
.BgClassName
{
background-color: #C02847;
}
</style>
border-color css
<style>
span { border-color: #C02847; }
span { border-color: rgb(192,40,71); }
td.TdClassName
{
border-color: #C02847;
}
.TagClassName
{
border-color: #C02847;
}
</style>