Shades of Old Rose #C03B5B
Tints of Old Rose #C03B5B
RGB
CMYK
RGB Variations
Color information
#C03B5B (or 0xC03B5B) is known color: Old Rose. HEX triplet: C0, 3B and 5B. RGB value is (192,59,91). Sum of RGB (Red+Green+Blue) = 192+59+91=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 59 (23.44% from 255 or 17.25% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03B5B is #3FC4A4. Grayscale: #666666. Windows color (decimal): -4179109 or 5979072. OLE color: 5979072.
HSL color Cylindrical-coordinate representation of color #C03B5B: hue angle of 345.56º 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 #C03B5B is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 59 | 91 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.25 |
| HSL | 345.56º | 0.53% | 0.49% | - |
| HSV(B) | 345.56º | 0.69% | 0.75% | - |
| XYZ | 25.19 | 15.09 | 11.48 | - |
| YUV | 102.42 | 121.56 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 91 | 0 | 0.69 | 0.53 | 0.25 | 345.56 | 0.53 | 0.49 |
| Hex | C0 | 3B | 5B | 0 | 45 | 35 | 19 | 15A | 35 | 31 |
| Octal | 300 | 73 | 133 | 0 | 105 | 65 | 31 | 532 | 65 | 61 |
| Binary | 11000000 | 111011 | 1011011 | 0 | 1000101 | 110101 | 11001 | 101011010 | 110101 | 110001 |
Color Harmonies of #C03B5B
Complementary color
Monochromatic Colors of #C03B5B
Black with #C03B5B
Text Example
Text Example
White with #C03B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03B5B; }
p { color: rgb(192,59,91); }
H1.HeaderClassName
{
color: #C03B5B;
}
.AnyTagClassName
{
color: #C03B5B;
}
</style>
background-color css
<style>
a { background-color: #C03B5B; }
a { background-color: rgb(192,59,91); }
div.DivClassName
{
background-color: #C03B5B;
}
.BgClassName
{
background-color: #C03B5B;
}
</style>
border-color css
<style>
span { border-color: #C03B5B; }
span { border-color: rgb(192,59,91); }
td.TdClassName
{
border-color: #C03B5B;
}
.TagClassName
{
border-color: #C03B5B;
}
</style>