Shades of Old Rose #C1424F
Tints of Old Rose #C1424F
RGB
CMYK
RGB Variations
Color information
#C1424F (or 0xC1424F) is known color: Old Rose. HEX triplet: C1, 42 and 4F. RGB value is (193,66,79). Sum of RGB (Red+Green+Blue) = 193+66+79=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C1424F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1424F is #3EBDB0. Grayscale: #696969. Windows color (decimal): -4111793 or 5194433. OLE color: 5194433.
HSL color Cylindrical-coordinate representation of color #C1424F: hue angle of 353.86º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C1424F is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 66 | 79 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.24 |
| HSL | 353.86º | 0.51% | 0.51% | - |
| HSV(B) | 353.86º | 0.66% | 0.76% | - |
| XYZ | 25.35 | 15.8 | 9.11 | - |
| YUV | 105.46 | 113.08 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 66 | 79 | 0 | 0.66 | 0.59 | 0.24 | 353.86 | 0.51 | 0.51 |
| Hex | C1 | 42 | 4F | 0 | 42 | 3B | 18 | 162 | 33 | 33 |
| Octal | 301 | 102 | 117 | 0 | 102 | 73 | 30 | 542 | 63 | 63 |
| Binary | 11000001 | 1000010 | 1001111 | 0 | 1000010 | 111011 | 11000 | 101100010 | 110011 | 110011 |
Color Harmonies of #C1424F
Complementary color
Monochromatic Colors of #C1424F
Black with #C1424F
Text Example
Text Example
White with #C1424F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1424F; }
p { color: rgb(193,66,79); }
H1.HeaderClassName
{
color: #C1424F;
}
.AnyTagClassName
{
color: #C1424F;
}
</style>
background-color css
<style>
a { background-color: #C1424F; }
a { background-color: rgb(193,66,79); }
div.DivClassName
{
background-color: #C1424F;
}
.BgClassName
{
background-color: #C1424F;
}
</style>
border-color css
<style>
span { border-color: #C1424F; }
span { border-color: rgb(193,66,79); }
td.TdClassName
{
border-color: #C1424F;
}
.TagClassName
{
border-color: #C1424F;
}
</style>