Shades of Old Rose #C1404C
Tints of Old Rose #C1404C
RGB
CMYK
RGB Variations
Color information
#C1404C (or 0xC1404C) is known color: Old Rose. HEX triplet: C1, 40 and 4C. RGB value is (193,64,76). Sum of RGB (Red+Green+Blue) = 193+64+76=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C1404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1404C is #3EBFB3. Grayscale: #686868. Windows color (decimal): -4112308 or 4997313. OLE color: 4997313.
HSL color Cylindrical-coordinate representation of color #C1404C: hue angle of 354.42º 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 #C1404C is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 76 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.24 |
| HSL | 354.42º | 0.51% | 0.5% | - |
| HSV(B) | 354.42º | 0.67% | 0.76% | - |
| XYZ | 25.13 | 15.53 | 8.51 | - |
| YUV | 103.94 | 112.24 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 76 | 0 | 0.67 | 0.61 | 0.24 | 354.42 | 0.51 | 0.5 |
| Hex | C1 | 40 | 4C | 0 | 43 | 3D | 18 | 162 | 33 | 32 |
| Octal | 301 | 100 | 114 | 0 | 103 | 75 | 30 | 542 | 63 | 62 |
| Binary | 11000001 | 1000000 | 1001100 | 0 | 1000011 | 111101 | 11000 | 101100010 | 110011 | 110010 |
Color Harmonies of #C1404C
Complementary color
Monochromatic Colors of #C1404C
Black with #C1404C
Text Example
Text Example
White with #C1404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1404C; }
p { color: rgb(193,64,76); }
H1.HeaderClassName
{
color: #C1404C;
}
.AnyTagClassName
{
color: #C1404C;
}
</style>
background-color css
<style>
a { background-color: #C1404C; }
a { background-color: rgb(193,64,76); }
div.DivClassName
{
background-color: #C1404C;
}
.BgClassName
{
background-color: #C1404C;
}
</style>
border-color css
<style>
span { border-color: #C1404C; }
span { border-color: rgb(193,64,76); }
td.TdClassName
{
border-color: #C1404C;
}
.TagClassName
{
border-color: #C1404C;
}
</style>