Shades of Old Rose #C03B4D
Tints of Old Rose #C03B4D
RGB
CMYK
RGB Variations
Color information
#C03B4D (or 0xC03B4D) is known color: Old Rose. HEX triplet: C0, 3B and 4D. RGB value is (192,59,77). Sum of RGB (Red+Green+Blue) = 192+59+77=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03B4D is #3FC4B2. Grayscale: #646464. Windows color (decimal): -4179123 or 5061568. OLE color: 5061568.
HSL color Cylindrical-coordinate representation of color #C03B4D: hue angle of 351.88º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03B4D is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 59 | 77 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.25 |
| HSL | 351.88º | 0.53% | 0.49% | - |
| HSV(B) | 351.88º | 0.69% | 0.75% | - |
| XYZ | 24.64 | 14.87 | 8.59 | - |
| YUV | 100.82 | 114.56 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 77 | 0 | 0.69 | 0.60 | 0.25 | 351.88 | 0.53 | 0.49 |
| Hex | C0 | 3B | 4D | 0 | 45 | 3C | 19 | 160 | 35 | 31 |
| Octal | 300 | 73 | 115 | 0 | 105 | 74 | 31 | 540 | 65 | 61 |
| Binary | 11000000 | 111011 | 1001101 | 0 | 1000101 | 111100 | 11001 | 101100000 | 110101 | 110001 |
Color Harmonies of #C03B4D
Complementary color
Monochromatic Colors of #C03B4D
Black with #C03B4D
Text Example
Text Example
White with #C03B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03B4D; }
p { color: rgb(192,59,77); }
H1.HeaderClassName
{
color: #C03B4D;
}
.AnyTagClassName
{
color: #C03B4D;
}
</style>
background-color css
<style>
a { background-color: #C03B4D; }
a { background-color: rgb(192,59,77); }
div.DivClassName
{
background-color: #C03B4D;
}
.BgClassName
{
background-color: #C03B4D;
}
</style>
border-color css
<style>
span { border-color: #C03B4D; }
span { border-color: rgb(192,59,77); }
td.TdClassName
{
border-color: #C03B4D;
}
.TagClassName
{
border-color: #C03B4D;
}
</style>