Shades of Old Rose #C33159
Tints of Old Rose #C33159
RGB
CMYK
RGB Variations
Color information
#C33159 (or 0xC33159) is known color: Old Rose. HEX triplet: C3, 31 and 59. RGB value is (195,49,89). Sum of RGB (Red+Green+Blue) = 195+49+89=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C33159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33159 is #3CCEA6. Grayscale: #616161. Windows color (decimal): -3985063 or 5845443. OLE color: 5845443.
HSL color Cylindrical-coordinate representation of color #C33159: hue angle of 343.56º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33159 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 49 | 89 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.24 |
| HSL | 343.56º | 0.6% | 0.48% | - |
| HSV(B) | 343.56º | 0.75% | 0.76% | - |
| XYZ | 25.41 | 14.52 | 10.91 | - |
| YUV | 97.21 | 123.37 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 89 | 0 | 0.75 | 0.54 | 0.24 | 343.56 | 0.6 | 0.48 |
| Hex | C3 | 31 | 59 | 0 | 4B | 36 | 18 | 158 | 3C | 30 |
| Octal | 303 | 61 | 131 | 0 | 113 | 66 | 30 | 530 | 74 | 60 |
| Binary | 11000011 | 110001 | 1011001 | 0 | 1001011 | 110110 | 11000 | 101011000 | 111100 | 110000 |
Color Harmonies of #C33159
Complementary color
Monochromatic Colors of #C33159
Black with #C33159
Text Example
Text Example
White with #C33159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33159; }
p { color: rgb(195,49,89); }
H1.HeaderClassName
{
color: #C33159;
}
.AnyTagClassName
{
color: #C33159;
}
</style>
background-color css
<style>
a { background-color: #C33159; }
a { background-color: rgb(195,49,89); }
div.DivClassName
{
background-color: #C33159;
}
.BgClassName
{
background-color: #C33159;
}
</style>
border-color css
<style>
span { border-color: #C33159; }
span { border-color: rgb(195,49,89); }
td.TdClassName
{
border-color: #C33159;
}
.TagClassName
{
border-color: #C33159;
}
</style>