Shades of Old Rose #C33B60
Tints of Old Rose #C33B60
RGB
CMYK
RGB Variations
Color information
#C33B60 (or 0xC33B60) is known color: Old Rose. HEX triplet: C3, 3B and 60. RGB value is (195,59,96). Sum of RGB (Red+Green+Blue) = 195+59+96=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 59 (23.44% from 255 or 16.86% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33B60 is #3CC49F. Grayscale: #676767. Windows color (decimal): -3982496 or 6306755. OLE color: 6306755.
HSL color Cylindrical-coordinate representation of color #C33B60: hue angle of 343.68º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33B60 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 96 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.24 |
| HSL | 343.68º | 0.54% | 0.5% | - |
| HSV(B) | 343.68º | 0.7% | 0.76% | - |
| XYZ | 26.18 | 15.57 | 12.69 | - |
| YUV | 103.88 | 123.56 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 96 | 0 | 0.70 | 0.51 | 0.24 | 343.68 | 0.54 | 0.5 |
| Hex | C3 | 3B | 60 | 0 | 46 | 33 | 18 | 158 | 36 | 32 |
| Octal | 303 | 73 | 140 | 0 | 106 | 63 | 30 | 530 | 66 | 62 |
| Binary | 11000011 | 111011 | 1100000 | 0 | 1000110 | 110011 | 11000 | 101011000 | 110110 | 110010 |
Color Harmonies of #C33B60
Complementary color
Monochromatic Colors of #C33B60
Black with #C33B60
Text Example
Text Example
White with #C33B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33B60; }
p { color: rgb(195,59,96); }
H1.HeaderClassName
{
color: #C33B60;
}
.AnyTagClassName
{
color: #C33B60;
}
</style>
background-color css
<style>
a { background-color: #C33B60; }
a { background-color: rgb(195,59,96); }
div.DivClassName
{
background-color: #C33B60;
}
.BgClassName
{
background-color: #C33B60;
}
</style>
border-color css
<style>
span { border-color: #C33B60; }
span { border-color: rgb(195,59,96); }
td.TdClassName
{
border-color: #C33B60;
}
.TagClassName
{
border-color: #C33B60;
}
</style>