Shades of Old Rose #C01F5B
Tints of Old Rose #C01F5B
RGB
CMYK
RGB Variations
Color information
#C01F5B (or 0xC01F5B) is known color: Old Rose. HEX triplet: C0, 1F and 5B. RGB value is (192,31,91). Sum of RGB (Red+Green+Blue) = 192+31+91=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01F5B is #3FE0A4. Grayscale: #555555. Windows color (decimal): -4186277 or 5971904. OLE color: 5971904.
HSL color Cylindrical-coordinate representation of color #C01F5B: hue angle of 337.64º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C01F5B is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 31 | 91 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.25 |
| HSL | 337.64º | 0.72% | 0.44% | - |
| HSV(B) | 337.64º | 0.84% | 0.75% | - |
| XYZ | 24.12 | 12.94 | 11.12 | - |
| YUV | 85.98 | 130.84 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 91 | 0 | 0.84 | 0.53 | 0.25 | 337.64 | 0.72 | 0.44 |
| Hex | C0 | 1F | 5B | 0 | 54 | 35 | 19 | 152 | 48 | 2C |
| Octal | 300 | 37 | 133 | 0 | 124 | 65 | 31 | 522 | 110 | 54 |
| Binary | 11000000 | 11111 | 1011011 | 0 | 1010100 | 110101 | 11001 | 101010010 | 1001000 | 101100 |
Color Harmonies of #C01F5B
Complementary color
Monochromatic Colors of #C01F5B
Black with #C01F5B
Text Example
Text Example
White with #C01F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01F5B; }
p { color: rgb(192,31,91); }
H1.HeaderClassName
{
color: #C01F5B;
}
.AnyTagClassName
{
color: #C01F5B;
}
</style>
background-color css
<style>
a { background-color: #C01F5B; }
a { background-color: rgb(192,31,91); }
div.DivClassName
{
background-color: #C01F5B;
}
.BgClassName
{
background-color: #C01F5B;
}
</style>
border-color css
<style>
span { border-color: #C01F5B; }
span { border-color: rgb(192,31,91); }
td.TdClassName
{
border-color: #C01F5B;
}
.TagClassName
{
border-color: #C01F5B;
}
</style>