Shades of Old Rose #C33B5A
Tints of Old Rose #C33B5A
RGB
CMYK
RGB Variations
Color information
#C33B5A (or 0xC33B5A) is known color: Old Rose. HEX triplet: C3, 3B and 5A. RGB value is (195,59,90). Sum of RGB (Red+Green+Blue) = 195+59+90=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33B5A is #3CC4A5. Grayscale: #676767. Windows color (decimal): -3982502 or 5913539. OLE color: 5913539.
HSL color Cylindrical-coordinate representation of color #C33B5A: hue angle of 346.32º 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 #C33B5A is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 90 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.24 |
| HSL | 346.32º | 0.54% | 0.5% | - |
| HSV(B) | 346.32º | 0.7% | 0.76% | - |
| XYZ | 25.92 | 15.47 | 11.29 | - |
| YUV | 103.2 | 120.56 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 90 | 0 | 0.70 | 0.54 | 0.24 | 346.32 | 0.54 | 0.5 |
| Hex | C3 | 3B | 5A | 0 | 46 | 36 | 18 | 15A | 36 | 32 |
| Octal | 303 | 73 | 132 | 0 | 106 | 66 | 30 | 532 | 66 | 62 |
| Binary | 11000011 | 111011 | 1011010 | 0 | 1000110 | 110110 | 11000 | 101011010 | 110110 | 110010 |
Color Harmonies of #C33B5A
Complementary color
Monochromatic Colors of #C33B5A
Black with #C33B5A
Text Example
Text Example
White with #C33B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33B5A; }
p { color: rgb(195,59,90); }
H1.HeaderClassName
{
color: #C33B5A;
}
.AnyTagClassName
{
color: #C33B5A;
}
</style>
background-color css
<style>
a { background-color: #C33B5A; }
a { background-color: rgb(195,59,90); }
div.DivClassName
{
background-color: #C33B5A;
}
.BgClassName
{
background-color: #C33B5A;
}
</style>
border-color css
<style>
span { border-color: #C33B5A; }
span { border-color: rgb(195,59,90); }
td.TdClassName
{
border-color: #C33B5A;
}
.TagClassName
{
border-color: #C33B5A;
}
</style>