Shades of Old Rose #C1404F
Tints of Old Rose #C1404F
RGB
CMYK
RGB Variations
Color information
#C1404F (or 0xC1404F) is known color: Old Rose. HEX triplet: C1, 40 and 4F. RGB value is (193,64,79). Sum of RGB (Red+Green+Blue) = 193+64+79=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C1404F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1404F is #3EBFB0. Grayscale: #686868. Windows color (decimal): -4112305 or 5193921. OLE color: 5193921.
HSL color Cylindrical-coordinate representation of color #C1404F: hue angle of 353.02º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C1404F is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 79 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.24 |
| HSL | 353.02º | 0.51% | 0.5% | - |
| HSV(B) | 353.02º | 0.67% | 0.76% | - |
| XYZ | 25.24 | 15.57 | 9.07 | - |
| YUV | 104.28 | 113.74 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 79 | 0 | 0.67 | 0.59 | 0.24 | 353.02 | 0.51 | 0.5 |
| Hex | C1 | 40 | 4F | 0 | 43 | 3B | 18 | 161 | 33 | 32 |
| Octal | 301 | 100 | 117 | 0 | 103 | 73 | 30 | 541 | 63 | 62 |
| Binary | 11000001 | 1000000 | 1001111 | 0 | 1000011 | 111011 | 11000 | 101100001 | 110011 | 110010 |
Color Harmonies of #C1404F
Complementary color
Monochromatic Colors of #C1404F
Black with #C1404F
Text Example
Text Example
White with #C1404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1404F; }
p { color: rgb(193,64,79); }
H1.HeaderClassName
{
color: #C1404F;
}
.AnyTagClassName
{
color: #C1404F;
}
</style>
background-color css
<style>
a { background-color: #C1404F; }
a { background-color: rgb(193,64,79); }
div.DivClassName
{
background-color: #C1404F;
}
.BgClassName
{
background-color: #C1404F;
}
</style>
border-color css
<style>
span { border-color: #C1404F; }
span { border-color: rgb(193,64,79); }
td.TdClassName
{
border-color: #C1404F;
}
.TagClassName
{
border-color: #C1404F;
}
</style>