Shades of Old Rose #C33B52
Tints of Old Rose #C33B52
RGB
CMYK
RGB Variations
Color information
#C33B52 (or 0xC33B52) is known color: Old Rose. HEX triplet: C3, 3B and 52. RGB value is (195,59,82). Sum of RGB (Red+Green+Blue) = 195+59+82=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 59 (23.44% from 255 or 17.56% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33B52 is #3CC4AD. Grayscale: #666666. Windows color (decimal): -3982510 or 5389251. OLE color: 5389251.
HSL color Cylindrical-coordinate representation of color #C33B52: hue angle of 349.85º 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 #C33B52 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 82 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.24 |
| HSL | 349.85º | 0.54% | 0.5% | - |
| HSV(B) | 349.85º | 0.7% | 0.76% | - |
| XYZ | 25.59 | 15.34 | 9.59 | - |
| YUV | 102.29 | 116.56 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 82 | 0 | 0.70 | 0.58 | 0.24 | 349.85 | 0.54 | 0.5 |
| Hex | C3 | 3B | 52 | 0 | 46 | 3A | 18 | 15E | 36 | 32 |
| Octal | 303 | 73 | 122 | 0 | 106 | 72 | 30 | 536 | 66 | 62 |
| Binary | 11000011 | 111011 | 1010010 | 0 | 1000110 | 111010 | 11000 | 101011110 | 110110 | 110010 |
Color Harmonies of #C33B52
Complementary color
Monochromatic Colors of #C33B52
Black with #C33B52
Text Example
Text Example
White with #C33B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33B52; }
p { color: rgb(195,59,82); }
H1.HeaderClassName
{
color: #C33B52;
}
.AnyTagClassName
{
color: #C33B52;
}
</style>
background-color css
<style>
a { background-color: #C33B52; }
a { background-color: rgb(195,59,82); }
div.DivClassName
{
background-color: #C33B52;
}
.BgClassName
{
background-color: #C33B52;
}
</style>
border-color css
<style>
span { border-color: #C33B52; }
span { border-color: rgb(195,59,82); }
td.TdClassName
{
border-color: #C33B52;
}
.TagClassName
{
border-color: #C33B52;
}
</style>