Shades of Old Rose #C33557
Tints of Old Rose #C33557
RGB
CMYK
RGB Variations
Color information
#C33557 (or 0xC33557) is known color: Old Rose. HEX triplet: C3, 35 and 57. RGB value is (195,53,87). Sum of RGB (Red+Green+Blue) = 195+53+87=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C33557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33557 is #3CCAA8. Grayscale: #636363. Windows color (decimal): -3984041 or 5715395. OLE color: 5715395.
HSL color Cylindrical-coordinate representation of color #C33557: hue angle of 345.63º 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 #C33557 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 87 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.24 |
| HSL | 345.63º | 0.57% | 0.49% | - |
| HSV(B) | 345.63º | 0.73% | 0.76% | - |
| XYZ | 25.5 | 14.84 | 10.54 | - |
| YUV | 99.33 | 121.04 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 87 | 0 | 0.73 | 0.55 | 0.24 | 345.63 | 0.57 | 0.49 |
| Hex | C3 | 35 | 57 | 0 | 49 | 37 | 18 | 15A | 39 | 31 |
| Octal | 303 | 65 | 127 | 0 | 111 | 67 | 30 | 532 | 71 | 61 |
| Binary | 11000011 | 110101 | 1010111 | 0 | 1001001 | 110111 | 11000 | 101011010 | 111001 | 110001 |
Color Harmonies of #C33557
Complementary color
Monochromatic Colors of #C33557
Black with #C33557
Text Example
Text Example
White with #C33557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33557; }
p { color: rgb(195,53,87); }
H1.HeaderClassName
{
color: #C33557;
}
.AnyTagClassName
{
color: #C33557;
}
</style>
background-color css
<style>
a { background-color: #C33557; }
a { background-color: rgb(195,53,87); }
div.DivClassName
{
background-color: #C33557;
}
.BgClassName
{
background-color: #C33557;
}
</style>
border-color css
<style>
span { border-color: #C33557; }
span { border-color: rgb(195,53,87); }
td.TdClassName
{
border-color: #C33557;
}
.TagClassName
{
border-color: #C33557;
}
</style>