Shades of Old Rose #C1344F
Tints of Old Rose #C1344F
RGB
CMYK
RGB Variations
Color information
#C1344F (or 0xC1344F) is known color: Old Rose. HEX triplet: C1, 34 and 4F. RGB value is (193,52,79). Sum of RGB (Red+Green+Blue) = 193+52+79=324 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.57% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 193 - color contains mainly: red. Hex color #C1344F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1344F is #3ECBB0. Grayscale: #616161. Windows color (decimal): -4115377 or 5190849. OLE color: 5190849.
HSL color Cylindrical-coordinate representation of color #C1344F: hue angle of 348.51º 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 #C1344F is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 52 | 79 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.24 |
| HSL | 348.51º | 0.58% | 0.48% | - |
| HSV(B) | 348.51º | 0.73% | 0.76% | - |
| XYZ | 24.63 | 14.36 | 8.87 | - |
| YUV | 97.24 | 117.71 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 79 | 0 | 0.73 | 0.59 | 0.24 | 348.51 | 0.58 | 0.48 |
| Hex | C1 | 34 | 4F | 0 | 49 | 3B | 18 | 15D | 3A | 30 |
| Octal | 301 | 64 | 117 | 0 | 111 | 73 | 30 | 535 | 72 | 60 |
| Binary | 11000001 | 110100 | 1001111 | 0 | 1001001 | 111011 | 11000 | 101011101 | 111010 | 110000 |
Color Harmonies of #C1344F
Complementary color
Monochromatic Colors of #C1344F
Black with #C1344F
Text Example
Text Example
White with #C1344F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1344F; }
p { color: rgb(193,52,79); }
H1.HeaderClassName
{
color: #C1344F;
}
.AnyTagClassName
{
color: #C1344F;
}
</style>
background-color css
<style>
a { background-color: #C1344F; }
a { background-color: rgb(193,52,79); }
div.DivClassName
{
background-color: #C1344F;
}
.BgClassName
{
background-color: #C1344F;
}
</style>
border-color css
<style>
span { border-color: #C1344F; }
span { border-color: rgb(193,52,79); }
td.TdClassName
{
border-color: #C1344F;
}
.TagClassName
{
border-color: #C1344F;
}
</style>