Shades of Old Rose #C33560
Tints of Old Rose #C33560
RGB
CMYK
RGB Variations
Color information
#C33560 (or 0xC33560) is known color: Old Rose. HEX triplet: C3, 35 and 60. RGB value is (195,53,96). Sum of RGB (Red+Green+Blue) = 195+53+96=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C33560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33560 is #3CCA9F. Grayscale: #646464. Windows color (decimal): -3984032 or 6305219. OLE color: 6305219.
HSL color Cylindrical-coordinate representation of color #C33560: hue angle of 341.83º 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 #C33560 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 96 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.24 |
| HSL | 341.83º | 0.57% | 0.49% | - |
| HSV(B) | 341.83º | 0.73% | 0.76% | - |
| XYZ | 25.89 | 14.99 | 12.6 | - |
| YUV | 100.36 | 125.54 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 96 | 0 | 0.73 | 0.51 | 0.24 | 341.83 | 0.57 | 0.49 |
| Hex | C3 | 35 | 60 | 0 | 49 | 33 | 18 | 156 | 39 | 31 |
| Octal | 303 | 65 | 140 | 0 | 111 | 63 | 30 | 526 | 71 | 61 |
| Binary | 11000011 | 110101 | 1100000 | 0 | 1001001 | 110011 | 11000 | 101010110 | 111001 | 110001 |
Color Harmonies of #C33560
Complementary color
Monochromatic Colors of #C33560
Black with #C33560
Text Example
Text Example
White with #C33560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33560; }
p { color: rgb(195,53,96); }
H1.HeaderClassName
{
color: #C33560;
}
.AnyTagClassName
{
color: #C33560;
}
</style>
background-color css
<style>
a { background-color: #C33560; }
a { background-color: rgb(195,53,96); }
div.DivClassName
{
background-color: #C33560;
}
.BgClassName
{
background-color: #C33560;
}
</style>
border-color css
<style>
span { border-color: #C33560; }
span { border-color: rgb(195,53,96); }
td.TdClassName
{
border-color: #C33560;
}
.TagClassName
{
border-color: #C33560;
}
</style>