Shades of Old Rose #C1344C
Tints of Old Rose #C1344C
RGB
CMYK
RGB Variations
Color information
#C1344C (or 0xC1344C) is known color: Old Rose. HEX triplet: C1, 34 and 4C. RGB value is (193,52,76). Sum of RGB (Red+Green+Blue) = 193+52+76=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C1344C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1344C is #3ECBB3. Grayscale: #606060. Windows color (decimal): -4115380 or 4994241. OLE color: 4994241.
HSL color Cylindrical-coordinate representation of color #C1344C: hue angle of 349.79º 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 #C1344C is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 52 | 76 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.24 |
| HSL | 349.79º | 0.58% | 0.48% | - |
| HSV(B) | 349.79º | 0.73% | 0.76% | - |
| XYZ | 24.52 | 14.32 | 8.31 | - |
| YUV | 96.9 | 116.21 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 76 | 0 | 0.73 | 0.61 | 0.24 | 349.79 | 0.58 | 0.48 |
| Hex | C1 | 34 | 4C | 0 | 49 | 3D | 18 | 15E | 3A | 30 |
| Octal | 301 | 64 | 114 | 0 | 111 | 75 | 30 | 536 | 72 | 60 |
| Binary | 11000001 | 110100 | 1001100 | 0 | 1001001 | 111101 | 11000 | 101011110 | 111010 | 110000 |
Color Harmonies of #C1344C
Complementary color
Monochromatic Colors of #C1344C
Black with #C1344C
Text Example
Text Example
White with #C1344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1344C; }
p { color: rgb(193,52,76); }
H1.HeaderClassName
{
color: #C1344C;
}
.AnyTagClassName
{
color: #C1344C;
}
</style>
background-color css
<style>
a { background-color: #C1344C; }
a { background-color: rgb(193,52,76); }
div.DivClassName
{
background-color: #C1344C;
}
.BgClassName
{
background-color: #C1344C;
}
</style>
border-color css
<style>
span { border-color: #C1344C; }
span { border-color: rgb(193,52,76); }
td.TdClassName
{
border-color: #C1344C;
}
.TagClassName
{
border-color: #C1344C;
}
</style>