Shades of Old Rose #C3355B
Tints of Old Rose #C3355B
RGB
CMYK
RGB Variations
Color information
#C3355B (or 0xC3355B) is known color: Old Rose. HEX triplet: C3, 35 and 5B. RGB value is (195,53,91). Sum of RGB (Red+Green+Blue) = 195+53+91=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C3355B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3355B is #3CCAA4. Grayscale: #636363. Windows color (decimal): -3984037 or 5977539. OLE color: 5977539.
HSL color Cylindrical-coordinate representation of color #C3355B: hue angle of 343.94º 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 #C3355B is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 91 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.24 |
| HSL | 343.94º | 0.57% | 0.49% | - |
| HSV(B) | 343.94º | 0.73% | 0.76% | - |
| XYZ | 25.67 | 14.9 | 11.42 | - |
| YUV | 99.79 | 123.04 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 91 | 0 | 0.73 | 0.53 | 0.24 | 343.94 | 0.57 | 0.49 |
| Hex | C3 | 35 | 5B | 0 | 49 | 35 | 18 | 158 | 39 | 31 |
| Octal | 303 | 65 | 133 | 0 | 111 | 65 | 30 | 530 | 71 | 61 |
| Binary | 11000011 | 110101 | 1011011 | 0 | 1001001 | 110101 | 11000 | 101011000 | 111001 | 110001 |
Color Harmonies of #C3355B
Complementary color
Monochromatic Colors of #C3355B
Black with #C3355B
Text Example
Text Example
White with #C3355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3355B; }
p { color: rgb(195,53,91); }
H1.HeaderClassName
{
color: #C3355B;
}
.AnyTagClassName
{
color: #C3355B;
}
</style>
background-color css
<style>
a { background-color: #C3355B; }
a { background-color: rgb(195,53,91); }
div.DivClassName
{
background-color: #C3355B;
}
.BgClassName
{
background-color: #C3355B;
}
</style>
border-color css
<style>
span { border-color: #C3355B; }
span { border-color: rgb(195,53,91); }
td.TdClassName
{
border-color: #C3355B;
}
.TagClassName
{
border-color: #C3355B;
}
</style>