Shades of Old Rose #C03B5D
Tints of Old Rose #C03B5D
RGB
CMYK
RGB Variations
Color information
#C03B5D (or 0xC03B5D) is known color: Old Rose. HEX triplet: C0, 3B and 5D. RGB value is (192,59,93). Sum of RGB (Red+Green+Blue) = 192+59+93=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03B5D is #3FC4A2. Grayscale: #666666. Windows color (decimal): -4179107 or 6110144. OLE color: 6110144.
HSL color Cylindrical-coordinate representation of color #C03B5D: hue angle of 344.66º 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 #C03B5D is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 59 | 93 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.25 |
| HSL | 344.66º | 0.53% | 0.49% | - |
| HSV(B) | 344.66º | 0.69% | 0.75% | - |
| XYZ | 25.28 | 15.12 | 11.94 | - |
| YUV | 102.64 | 122.56 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 93 | 0 | 0.69 | 0.52 | 0.25 | 344.66 | 0.53 | 0.49 |
| Hex | C0 | 3B | 5D | 0 | 45 | 34 | 19 | 159 | 35 | 31 |
| Octal | 300 | 73 | 135 | 0 | 105 | 64 | 31 | 531 | 65 | 61 |
| Binary | 11000000 | 111011 | 1011101 | 0 | 1000101 | 110100 | 11001 | 101011001 | 110101 | 110001 |
Color Harmonies of #C03B5D
Complementary color
Monochromatic Colors of #C03B5D
Black with #C03B5D
Text Example
Text Example
White with #C03B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03B5D; }
p { color: rgb(192,59,93); }
H1.HeaderClassName
{
color: #C03B5D;
}
.AnyTagClassName
{
color: #C03B5D;
}
</style>
background-color css
<style>
a { background-color: #C03B5D; }
a { background-color: rgb(192,59,93); }
div.DivClassName
{
background-color: #C03B5D;
}
.BgClassName
{
background-color: #C03B5D;
}
</style>
border-color css
<style>
span { border-color: #C03B5D; }
span { border-color: rgb(192,59,93); }
td.TdClassName
{
border-color: #C03B5D;
}
.TagClassName
{
border-color: #C03B5D;
}
</style>