Shades of Old Rose #C01F4A
Tints of Old Rose #C01F4A
RGB
CMYK
RGB Variations
Color information
#C01F4A (or 0xC01F4A) is known color: Old Rose. HEX triplet: C0, 1F and 4A. RGB value is (192,31,74). Sum of RGB (Red+Green+Blue) = 192+31+74=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01F4A is #3FE0B5. Grayscale: #545454. Windows color (decimal): -4186294 or 4857792. OLE color: 4857792.
HSL color Cylindrical-coordinate representation of color #C01F4A: hue angle of 343.98º 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 #C01F4A is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 31 | 74 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.25 |
| HSL | 343.98º | 0.72% | 0.44% | - |
| HSV(B) | 343.98º | 0.84% | 0.75% | - |
| XYZ | 23.46 | 12.68 | 7.69 | - |
| YUV | 84.04 | 122.34 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 74 | 0 | 0.84 | 0.61 | 0.25 | 343.98 | 0.72 | 0.44 |
| Hex | C0 | 1F | 4A | 0 | 54 | 3D | 19 | 158 | 48 | 2C |
| Octal | 300 | 37 | 112 | 0 | 124 | 75 | 31 | 530 | 110 | 54 |
| Binary | 11000000 | 11111 | 1001010 | 0 | 1010100 | 111101 | 11001 | 101011000 | 1001000 | 101100 |
Color Harmonies of #C01F4A
Complementary color
Monochromatic Colors of #C01F4A
Black with #C01F4A
Text Example
Text Example
White with #C01F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01F4A; }
p { color: rgb(192,31,74); }
H1.HeaderClassName
{
color: #C01F4A;
}
.AnyTagClassName
{
color: #C01F4A;
}
</style>
background-color css
<style>
a { background-color: #C01F4A; }
a { background-color: rgb(192,31,74); }
div.DivClassName
{
background-color: #C01F4A;
}
.BgClassName
{
background-color: #C01F4A;
}
</style>
border-color css
<style>
span { border-color: #C01F4A; }
span { border-color: rgb(192,31,74); }
td.TdClassName
{
border-color: #C01F4A;
}
.TagClassName
{
border-color: #C01F4A;
}
</style>