Shades of Old Rose #C1344A
Tints of Old Rose #C1344A
RGB
CMYK
RGB Variations
Color information
#C1344A (or 0xC1344A) is known color: Old Rose. HEX triplet: C1, 34 and 4A. RGB value is (193,52,74). Sum of RGB (Red+Green+Blue) = 193+52+74=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C1344A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1344A is #3ECBB5. Grayscale: #606060. Windows color (decimal): -4115382 or 4863169. OLE color: 4863169.
HSL color Cylindrical-coordinate representation of color #C1344A: hue angle of 350.64º 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 #C1344A is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 52 | 74 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.24 |
| HSL | 350.64º | 0.58% | 0.48% | - |
| HSV(B) | 350.64º | 0.73% | 0.76% | - |
| XYZ | 24.46 | 14.29 | 7.95 | - |
| YUV | 96.67 | 115.21 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 74 | 0 | 0.73 | 0.62 | 0.24 | 350.64 | 0.58 | 0.48 |
| Hex | C1 | 34 | 4A | 0 | 49 | 3E | 18 | 15F | 3A | 30 |
| Octal | 301 | 64 | 112 | 0 | 111 | 76 | 30 | 537 | 72 | 60 |
| Binary | 11000001 | 110100 | 1001010 | 0 | 1001001 | 111110 | 11000 | 101011111 | 111010 | 110000 |
Color Harmonies of #C1344A
Complementary color
Monochromatic Colors of #C1344A
Black with #C1344A
Text Example
Text Example
White with #C1344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1344A; }
p { color: rgb(193,52,74); }
H1.HeaderClassName
{
color: #C1344A;
}
.AnyTagClassName
{
color: #C1344A;
}
</style>
background-color css
<style>
a { background-color: #C1344A; }
a { background-color: rgb(193,52,74); }
div.DivClassName
{
background-color: #C1344A;
}
.BgClassName
{
background-color: #C1344A;
}
</style>
border-color css
<style>
span { border-color: #C1344A; }
span { border-color: rgb(193,52,74); }
td.TdClassName
{
border-color: #C1344A;
}
.TagClassName
{
border-color: #C1344A;
}
</style>