Shades of Old Rose #C33156
Tints of Old Rose #C33156
RGB
CMYK
RGB Variations
Color information
#C33156 (or 0xC33156) is known color: Old Rose. HEX triplet: C3, 31 and 56. RGB value is (195,49,86). Sum of RGB (Red+Green+Blue) = 195+49+86=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C33156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33156 is #3CCEA9. Grayscale: #606060. Windows color (decimal): -3985066 or 5648835. OLE color: 5648835.
HSL color Cylindrical-coordinate representation of color #C33156: hue angle of 344.79º 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 #C33156 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 49 | 86 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.24 |
| HSL | 344.79º | 0.6% | 0.48% | - |
| HSV(B) | 344.79º | 0.75% | 0.76% | - |
| XYZ | 25.28 | 14.47 | 10.26 | - |
| YUV | 96.87 | 121.87 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 86 | 0 | 0.75 | 0.56 | 0.24 | 344.79 | 0.6 | 0.48 |
| Hex | C3 | 31 | 56 | 0 | 4B | 38 | 18 | 159 | 3C | 30 |
| Octal | 303 | 61 | 126 | 0 | 113 | 70 | 30 | 531 | 74 | 60 |
| Binary | 11000011 | 110001 | 1010110 | 0 | 1001011 | 111000 | 11000 | 101011001 | 111100 | 110000 |
Color Harmonies of #C33156
Complementary color
Monochromatic Colors of #C33156
Black with #C33156
Text Example
Text Example
White with #C33156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33156; }
p { color: rgb(195,49,86); }
H1.HeaderClassName
{
color: #C33156;
}
.AnyTagClassName
{
color: #C33156;
}
</style>
background-color css
<style>
a { background-color: #C33156; }
a { background-color: rgb(195,49,86); }
div.DivClassName
{
background-color: #C33156;
}
.BgClassName
{
background-color: #C33156;
}
</style>
border-color css
<style>
span { border-color: #C33156; }
span { border-color: rgb(195,49,86); }
td.TdClassName
{
border-color: #C33156;
}
.TagClassName
{
border-color: #C33156;
}
</style>