Shades of Old Rose #C3344C
Tints of Old Rose #C3344C
RGB
CMYK
RGB Variations
Color information
#C3344C (or 0xC3344C) is known color: Old Rose. HEX triplet: C3, 34 and 4C. RGB value is (195,52,76). Sum of RGB (Red+Green+Blue) = 195+52+76=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C3344C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3344C is #3CCBB3. Grayscale: #616161. Windows color (decimal): -3984308 or 4994243. OLE color: 4994243.
HSL color Cylindrical-coordinate representation of color #C3344C: hue angle of 349.93º 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 #C3344C is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 52 | 76 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.24 |
| HSL | 349.93º | 0.58% | 0.48% | - |
| HSV(B) | 349.93º | 0.73% | 0.76% | - |
| XYZ | 25.04 | 14.58 | 8.33 | - |
| YUV | 97.49 | 115.88 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 76 | 0 | 0.73 | 0.61 | 0.24 | 349.93 | 0.58 | 0.48 |
| Hex | C3 | 34 | 4C | 0 | 49 | 3D | 18 | 15E | 3A | 30 |
| Octal | 303 | 64 | 114 | 0 | 111 | 75 | 30 | 536 | 72 | 60 |
| Binary | 11000011 | 110100 | 1001100 | 0 | 1001001 | 111101 | 11000 | 101011110 | 111010 | 110000 |
Color Harmonies of #C3344C
Complementary color
Monochromatic Colors of #C3344C
Black with #C3344C
Text Example
Text Example
White with #C3344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3344C; }
p { color: rgb(195,52,76); }
H1.HeaderClassName
{
color: #C3344C;
}
.AnyTagClassName
{
color: #C3344C;
}
</style>
background-color css
<style>
a { background-color: #C3344C; }
a { background-color: rgb(195,52,76); }
div.DivClassName
{
background-color: #C3344C;
}
.BgClassName
{
background-color: #C3344C;
}
</style>
border-color css
<style>
span { border-color: #C3344C; }
span { border-color: rgb(195,52,76); }
td.TdClassName
{
border-color: #C3344C;
}
.TagClassName
{
border-color: #C3344C;
}
</style>