Shades of Old Rose #C01B5F
Tints of Old Rose #C01B5F
RGB
CMYK
RGB Variations
Color information
#C01B5F (or 0xC01B5F) is known color: Old Rose. HEX triplet: C0, 1B and 5F. RGB value is (192,27,95). Sum of RGB (Red+Green+Blue) = 192+27+95=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C01B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01B5F is #3FE4A0. Grayscale: #535353. Windows color (decimal): -4187297 or 6233024. OLE color: 6233024.
HSL color Cylindrical-coordinate representation of color #C01B5F: hue angle of 335.27º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01B5F is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 27 | 95 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.25 |
| HSL | 335.27º | 0.75% | 0.43% | - |
| HSV(B) | 335.27º | 0.86% | 0.75% | - |
| XYZ | 24.2 | 12.82 | 12.03 | - |
| YUV | 84.09 | 134.16 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 27 | 95 | 0 | 0.86 | 0.51 | 0.25 | 335.27 | 0.75 | 0.43 |
| Hex | C0 | 1B | 5F | 0 | 56 | 33 | 19 | 14F | 4B | 2B |
| Octal | 300 | 33 | 137 | 0 | 126 | 63 | 31 | 517 | 113 | 53 |
| Binary | 11000000 | 11011 | 1011111 | 0 | 1010110 | 110011 | 11001 | 101001111 | 1001011 | 101011 |
Color Harmonies of #C01B5F
Complementary color
Monochromatic Colors of #C01B5F
Black with #C01B5F
Text Example
Text Example
White with #C01B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01B5F; }
p { color: rgb(192,27,95); }
H1.HeaderClassName
{
color: #C01B5F;
}
.AnyTagClassName
{
color: #C01B5F;
}
</style>
background-color css
<style>
a { background-color: #C01B5F; }
a { background-color: rgb(192,27,95); }
div.DivClassName
{
background-color: #C01B5F;
}
.BgClassName
{
background-color: #C01B5F;
}
</style>
border-color css
<style>
span { border-color: #C01B5F; }
span { border-color: rgb(192,27,95); }
td.TdClassName
{
border-color: #C01B5F;
}
.TagClassName
{
border-color: #C01B5F;
}
</style>