Shades of Old Rose #C01C4C
Tints of Old Rose #C01C4C
RGB
CMYK
RGB Variations
Color information
#C01C4C (or 0xC01C4C) is known color: Old Rose. HEX triplet: C0, 1C and 4C. RGB value is (192,28,76). Sum of RGB (Red+Green+Blue) = 192+28+76=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C01C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01C4C is #3FE3B3. Grayscale: #525252. Windows color (decimal): -4187060 or 4988096. OLE color: 4988096.
HSL color Cylindrical-coordinate representation of color #C01C4C: hue angle of 342.44º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01C4C is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 28 | 76 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.25 |
| HSL | 342.44º | 0.75% | 0.43% | - |
| HSV(B) | 342.44º | 0.85% | 0.75% | - |
| XYZ | 23.46 | 12.56 | 8.03 | - |
| YUV | 82.51 | 124.33 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 28 | 76 | 0 | 0.85 | 0.60 | 0.25 | 342.44 | 0.75 | 0.43 |
| Hex | C0 | 1C | 4C | 0 | 55 | 3C | 19 | 156 | 4B | 2B |
| Octal | 300 | 34 | 114 | 0 | 125 | 74 | 31 | 526 | 113 | 53 |
| Binary | 11000000 | 11100 | 1001100 | 0 | 1010101 | 111100 | 11001 | 101010110 | 1001011 | 101011 |
Color Harmonies of #C01C4C
Complementary color
Monochromatic Colors of #C01C4C
Black with #C01C4C
Text Example
Text Example
White with #C01C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01C4C; }
p { color: rgb(192,28,76); }
H1.HeaderClassName
{
color: #C01C4C;
}
.AnyTagClassName
{
color: #C01C4C;
}
</style>
background-color css
<style>
a { background-color: #C01C4C; }
a { background-color: rgb(192,28,76); }
div.DivClassName
{
background-color: #C01C4C;
}
.BgClassName
{
background-color: #C01C4C;
}
</style>
border-color css
<style>
span { border-color: #C01C4C; }
span { border-color: rgb(192,28,76); }
td.TdClassName
{
border-color: #C01C4C;
}
.TagClassName
{
border-color: #C01C4C;
}
</style>