Shades of Old Rose #C33C5E
Tints of Old Rose #C33C5E
RGB
CMYK
RGB Variations
Color information
#C33C5E (or 0xC33C5E) is known color: Old Rose. HEX triplet: C3, 3C and 5E. RGB value is (195,60,94). Sum of RGB (Red+Green+Blue) = 195+60+94=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33C5E is #3CC3A1. Grayscale: #686868. Windows color (decimal): -3982242 or 6175939. OLE color: 6175939.
HSL color Cylindrical-coordinate representation of color #C33C5E: hue angle of 344.89º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33C5E is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 60 | 94 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.24 |
| HSL | 344.89º | 0.53% | 0.5% | - |
| HSV(B) | 344.89º | 0.69% | 0.76% | - |
| XYZ | 26.14 | 15.64 | 12.23 | - |
| YUV | 104.24 | 122.23 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 94 | 0 | 0.69 | 0.52 | 0.24 | 344.89 | 0.53 | 0.5 |
| Hex | C3 | 3C | 5E | 0 | 45 | 34 | 18 | 159 | 35 | 32 |
| Octal | 303 | 74 | 136 | 0 | 105 | 64 | 30 | 531 | 65 | 62 |
| Binary | 11000011 | 111100 | 1011110 | 0 | 1000101 | 110100 | 11000 | 101011001 | 110101 | 110010 |
Color Harmonies of #C33C5E
Complementary color
Monochromatic Colors of #C33C5E
Black with #C33C5E
Text Example
Text Example
White with #C33C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33C5E; }
p { color: rgb(195,60,94); }
H1.HeaderClassName
{
color: #C33C5E;
}
.AnyTagClassName
{
color: #C33C5E;
}
</style>
background-color css
<style>
a { background-color: #C33C5E; }
a { background-color: rgb(195,60,94); }
div.DivClassName
{
background-color: #C33C5E;
}
.BgClassName
{
background-color: #C33C5E;
}
</style>
border-color css
<style>
span { border-color: #C33C5E; }
span { border-color: rgb(195,60,94); }
td.TdClassName
{
border-color: #C33C5E;
}
.TagClassName
{
border-color: #C33C5E;
}
</style>