Shades of Old Rose #C3344F
Tints of Old Rose #C3344F
RGB
CMYK
RGB Variations
Color information
#C3344F (or 0xC3344F) is known color: Old Rose. HEX triplet: C3, 34 and 4F. RGB value is (195,52,79). Sum of RGB (Red+Green+Blue) = 195+52+79=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C3344F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3344F is #3CCBB0. Grayscale: #616161. Windows color (decimal): -3984305 or 5190851. OLE color: 5190851.
HSL color Cylindrical-coordinate representation of color #C3344F: hue angle of 348.67º 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 #C3344F is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 52 | 79 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.24 |
| HSL | 348.67º | 0.58% | 0.48% | - |
| HSV(B) | 348.67º | 0.73% | 0.76% | - |
| XYZ | 25.14 | 14.62 | 8.89 | - |
| YUV | 97.84 | 117.38 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 79 | 0 | 0.73 | 0.59 | 0.24 | 348.67 | 0.58 | 0.48 |
| Hex | C3 | 34 | 4F | 0 | 49 | 3B | 18 | 15D | 3A | 30 |
| Octal | 303 | 64 | 117 | 0 | 111 | 73 | 30 | 535 | 72 | 60 |
| Binary | 11000011 | 110100 | 1001111 | 0 | 1001001 | 111011 | 11000 | 101011101 | 111010 | 110000 |
Color Harmonies of #C3344F
Complementary color
Monochromatic Colors of #C3344F
Black with #C3344F
Text Example
Text Example
White with #C3344F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3344F; }
p { color: rgb(195,52,79); }
H1.HeaderClassName
{
color: #C3344F;
}
.AnyTagClassName
{
color: #C3344F;
}
</style>
background-color css
<style>
a { background-color: #C3344F; }
a { background-color: rgb(195,52,79); }
div.DivClassName
{
background-color: #C3344F;
}
.BgClassName
{
background-color: #C3344F;
}
</style>
border-color css
<style>
span { border-color: #C3344F; }
span { border-color: rgb(195,52,79); }
td.TdClassName
{
border-color: #C3344F;
}
.TagClassName
{
border-color: #C3344F;
}
</style>