Shades of Old Rose #C02853
Tints of Old Rose #C02853
RGB
CMYK
RGB Variations
Color information
#C02853 (or 0xC02853) is known color: Old Rose. HEX triplet: C0, 28 and 53. RGB value is (192,40,83). Sum of RGB (Red+Green+Blue) = 192+40+83=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C02853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02853 is #3FD7AC. Grayscale: #5A5A5A. Windows color (decimal): -4183981 or 5449920. OLE color: 5449920.
HSL color Cylindrical-coordinate representation of color #C02853: hue angle of 343.03º 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 #C02853 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 40 | 83 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.25 |
| HSL | 343.03º | 0.66% | 0.45% | - |
| HSV(B) | 343.03º | 0.79% | 0.75% | - |
| XYZ | 24.06 | 13.35 | 9.49 | - |
| YUV | 90.35 | 123.86 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 83 | 0 | 0.79 | 0.57 | 0.25 | 343.03 | 0.66 | 0.45 |
| Hex | C0 | 28 | 53 | 0 | 4F | 39 | 19 | 157 | 42 | 2D |
| Octal | 300 | 50 | 123 | 0 | 117 | 71 | 31 | 527 | 102 | 55 |
| Binary | 11000000 | 101000 | 1010011 | 0 | 1001111 | 111001 | 11001 | 101010111 | 1000010 | 101101 |
Color Harmonies of #C02853
Complementary color
Monochromatic Colors of #C02853
Black with #C02853
Text Example
Text Example
White with #C02853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02853; }
p { color: rgb(192,40,83); }
H1.HeaderClassName
{
color: #C02853;
}
.AnyTagClassName
{
color: #C02853;
}
</style>
background-color css
<style>
a { background-color: #C02853; }
a { background-color: rgb(192,40,83); }
div.DivClassName
{
background-color: #C02853;
}
.BgClassName
{
background-color: #C02853;
}
</style>
border-color css
<style>
span { border-color: #C02853; }
span { border-color: rgb(192,40,83); }
td.TdClassName
{
border-color: #C02853;
}
.TagClassName
{
border-color: #C02853;
}
</style>