Shades of Old Rose #C1344D
Tints of Old Rose #C1344D
RGB
CMYK
RGB Variations
Color information
#C1344D (or 0xC1344D) is known color: Old Rose. HEX triplet: C1, 34 and 4D. RGB value is (193,52,77). Sum of RGB (Red+Green+Blue) = 193+52+77=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C1344D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1344D is #3ECBB2. Grayscale: #616161. Windows color (decimal): -4115379 or 5059777. OLE color: 5059777.
HSL color Cylindrical-coordinate representation of color #C1344D: hue angle of 349.36º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C1344D is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 52 | 77 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.24 |
| HSL | 349.36º | 0.58% | 0.48% | - |
| HSV(B) | 349.36º | 0.73% | 0.76% | - |
| XYZ | 24.56 | 14.33 | 8.49 | - |
| YUV | 97.01 | 116.71 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 77 | 0 | 0.73 | 0.60 | 0.24 | 349.36 | 0.58 | 0.48 |
| Hex | C1 | 34 | 4D | 0 | 49 | 3C | 18 | 15D | 3A | 30 |
| Octal | 301 | 64 | 115 | 0 | 111 | 74 | 30 | 535 | 72 | 60 |
| Binary | 11000001 | 110100 | 1001101 | 0 | 1001001 | 111100 | 11000 | 101011101 | 111010 | 110000 |
Color Harmonies of #C1344D
Complementary color
Monochromatic Colors of #C1344D
Black with #C1344D
Text Example
Text Example
White with #C1344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1344D; }
p { color: rgb(193,52,77); }
H1.HeaderClassName
{
color: #C1344D;
}
.AnyTagClassName
{
color: #C1344D;
}
</style>
background-color css
<style>
a { background-color: #C1344D; }
a { background-color: rgb(193,52,77); }
div.DivClassName
{
background-color: #C1344D;
}
.BgClassName
{
background-color: #C1344D;
}
</style>
border-color css
<style>
span { border-color: #C1344D; }
span { border-color: rgb(193,52,77); }
td.TdClassName
{
border-color: #C1344D;
}
.TagClassName
{
border-color: #C1344D;
}
</style>