Shades of Old Rose #C01F62
Tints of Old Rose #C01F62
RGB
CMYK
RGB Variations
Color information
#C01F62 (or 0xC01F62) is known color: Old Rose. HEX triplet: C0, 1F and 62. RGB value is (192,31,98). Sum of RGB (Red+Green+Blue) = 192+31+98=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 31 (12.5% from 255 or 9.66% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01F62 is #3FE09D. Grayscale: #565656. Windows color (decimal): -4186270 or 6430656. OLE color: 6430656.
HSL color Cylindrical-coordinate representation of color #C01F62: hue angle of 335.03º 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 #C01F62 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 31 | 98 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.25 |
| HSL | 335.03º | 0.72% | 0.44% | - |
| HSV(B) | 335.03º | 0.84% | 0.75% | - |
| XYZ | 24.43 | 13.07 | 12.79 | - |
| YUV | 86.78 | 134.34 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 98 | 0 | 0.84 | 0.49 | 0.25 | 335.03 | 0.72 | 0.44 |
| Hex | C0 | 1F | 62 | 0 | 54 | 31 | 19 | 14F | 48 | 2C |
| Octal | 300 | 37 | 142 | 0 | 124 | 61 | 31 | 517 | 110 | 54 |
| Binary | 11000000 | 11111 | 1100010 | 0 | 1010100 | 110001 | 11001 | 101001111 | 1001000 | 101100 |
Color Harmonies of #C01F62
Complementary color
Monochromatic Colors of #C01F62
Black with #C01F62
Text Example
Text Example
White with #C01F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01F62; }
p { color: rgb(192,31,98); }
H1.HeaderClassName
{
color: #C01F62;
}
.AnyTagClassName
{
color: #C01F62;
}
</style>
background-color css
<style>
a { background-color: #C01F62; }
a { background-color: rgb(192,31,98); }
div.DivClassName
{
background-color: #C01F62;
}
.BgClassName
{
background-color: #C01F62;
}
</style>
border-color css
<style>
span { border-color: #C01F62; }
span { border-color: rgb(192,31,98); }
td.TdClassName
{
border-color: #C01F62;
}
.TagClassName
{
border-color: #C01F62;
}
</style>