Shades of Old Rose #C1424C
Tints of Old Rose #C1424C
RGB
CMYK
RGB Variations
Color information
#C1424C (or 0xC1424C) is known color: Old Rose. HEX triplet: C1, 42 and 4C. RGB value is (193,66,76). Sum of RGB (Red+Green+Blue) = 193+66+76=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C1424C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1424C is #3EBDB3. Grayscale: #696969. Windows color (decimal): -4111796 or 4997825. OLE color: 4997825.
HSL color Cylindrical-coordinate representation of color #C1424C: hue angle of 355.28º 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 #C1424C is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 66 | 76 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.24 |
| HSL | 355.28º | 0.51% | 0.51% | - |
| HSV(B) | 355.28º | 0.66% | 0.76% | - |
| XYZ | 25.25 | 15.76 | 8.55 | - |
| YUV | 105.11 | 111.58 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 66 | 76 | 0 | 0.66 | 0.61 | 0.24 | 355.28 | 0.51 | 0.51 |
| Hex | C1 | 42 | 4C | 0 | 42 | 3D | 18 | 163 | 33 | 33 |
| Octal | 301 | 102 | 114 | 0 | 102 | 75 | 30 | 543 | 63 | 63 |
| Binary | 11000001 | 1000010 | 1001100 | 0 | 1000010 | 111101 | 11000 | 101100011 | 110011 | 110011 |
Color Harmonies of #C1424C
Complementary color
Monochromatic Colors of #C1424C
Black with #C1424C
Text Example
Text Example
White with #C1424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1424C; }
p { color: rgb(193,66,76); }
H1.HeaderClassName
{
color: #C1424C;
}
.AnyTagClassName
{
color: #C1424C;
}
</style>
background-color css
<style>
a { background-color: #C1424C; }
a { background-color: rgb(193,66,76); }
div.DivClassName
{
background-color: #C1424C;
}
.BgClassName
{
background-color: #C1424C;
}
</style>
border-color css
<style>
span { border-color: #C1424C; }
span { border-color: rgb(193,66,76); }
td.TdClassName
{
border-color: #C1424C;
}
.TagClassName
{
border-color: #C1424C;
}
</style>