Shades of Old Rose #C33B5E
Tints of Old Rose #C33B5E
RGB
CMYK
RGB Variations
Color information
#C33B5E (or 0xC33B5E) is known color: Old Rose. HEX triplet: C3, 3B and 5E. RGB value is (195,59,94). Sum of RGB (Red+Green+Blue) = 195+59+94=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 59 (23.44% from 255 or 16.95% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33B5E is #3CC4A1. Grayscale: #676767. Windows color (decimal): -3982498 or 6175683. OLE color: 6175683.
HSL color Cylindrical-coordinate representation of color #C33B5E: hue angle of 344.56º 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 #C33B5E is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 94 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.24 |
| HSL | 344.56º | 0.54% | 0.5% | - |
| HSV(B) | 344.56º | 0.7% | 0.76% | - |
| XYZ | 26.09 | 15.54 | 12.21 | - |
| YUV | 103.65 | 122.56 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 94 | 0 | 0.70 | 0.52 | 0.24 | 344.56 | 0.54 | 0.5 |
| Hex | C3 | 3B | 5E | 0 | 46 | 34 | 18 | 159 | 36 | 32 |
| Octal | 303 | 73 | 136 | 0 | 106 | 64 | 30 | 531 | 66 | 62 |
| Binary | 11000011 | 111011 | 1011110 | 0 | 1000110 | 110100 | 11000 | 101011001 | 110110 | 110010 |
Color Harmonies of #C33B5E
Complementary color
Monochromatic Colors of #C33B5E
Black with #C33B5E
Text Example
Text Example
White with #C33B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33B5E; }
p { color: rgb(195,59,94); }
H1.HeaderClassName
{
color: #C33B5E;
}
.AnyTagClassName
{
color: #C33B5E;
}
</style>
background-color css
<style>
a { background-color: #C33B5E; }
a { background-color: rgb(195,59,94); }
div.DivClassName
{
background-color: #C33B5E;
}
.BgClassName
{
background-color: #C33B5E;
}
</style>
border-color css
<style>
span { border-color: #C33B5E; }
span { border-color: rgb(195,59,94); }
td.TdClassName
{
border-color: #C33B5E;
}
.TagClassName
{
border-color: #C33B5E;
}
</style>