Shades of Old Rose #C3354C
Tints of Old Rose #C3354C
RGB
CMYK
RGB Variations
Color information
#C3354C (or 0xC3354C) is known color: Old Rose. HEX triplet: C3, 35 and 4C. RGB value is (195,53,76). Sum of RGB (Red+Green+Blue) = 195+53+76=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C3354C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3354C is #3CCAB3. Grayscale: #626262. Windows color (decimal): -3984052 or 4994499. OLE color: 4994499.
HSL color Cylindrical-coordinate representation of color #C3354C: hue angle of 350.28º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C3354C is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 76 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.24 |
| HSL | 350.28º | 0.57% | 0.49% | - |
| HSV(B) | 350.28º | 0.73% | 0.76% | - |
| XYZ | 25.08 | 14.67 | 8.35 | - |
| YUV | 98.08 | 115.54 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 76 | 0 | 0.73 | 0.61 | 0.24 | 350.28 | 0.57 | 0.49 |
| Hex | C3 | 35 | 4C | 0 | 49 | 3D | 18 | 15E | 39 | 31 |
| Octal | 303 | 65 | 114 | 0 | 111 | 75 | 30 | 536 | 71 | 61 |
| Binary | 11000011 | 110101 | 1001100 | 0 | 1001001 | 111101 | 11000 | 101011110 | 111001 | 110001 |
Color Harmonies of #C3354C
Complementary color
Monochromatic Colors of #C3354C
Black with #C3354C
Text Example
Text Example
White with #C3354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3354C; }
p { color: rgb(195,53,76); }
H1.HeaderClassName
{
color: #C3354C;
}
.AnyTagClassName
{
color: #C3354C;
}
</style>
background-color css
<style>
a { background-color: #C3354C; }
a { background-color: rgb(195,53,76); }
div.DivClassName
{
background-color: #C3354C;
}
.BgClassName
{
background-color: #C3354C;
}
</style>
border-color css
<style>
span { border-color: #C3354C; }
span { border-color: rgb(195,53,76); }
td.TdClassName
{
border-color: #C3354C;
}
.TagClassName
{
border-color: #C3354C;
}
</style>