Shades of Old Rose #C33E50
Tints of Old Rose #C33E50
RGB
CMYK
RGB Variations
Color information
#C33E50 (or 0xC33E50) is known color: Old Rose. HEX triplet: C3, 3E and 50. RGB value is (195,62,80). Sum of RGB (Red+Green+Blue) = 195+62+80=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33E50 is #3CC1AF. Grayscale: #676767. Windows color (decimal): -3981744 or 5258947. OLE color: 5258947.
HSL color Cylindrical-coordinate representation of color #C33E50: hue angle of 351.88º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C33E50 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 62 | 80 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.24 |
| HSL | 351.88º | 0.53% | 0.5% | - |
| HSV(B) | 351.88º | 0.68% | 0.76% | - |
| XYZ | 25.68 | 15.63 | 9.25 | - |
| YUV | 103.82 | 114.56 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 62 | 80 | 0 | 0.68 | 0.59 | 0.24 | 351.88 | 0.53 | 0.5 |
| Hex | C3 | 3E | 50 | 0 | 44 | 3B | 18 | 160 | 35 | 32 |
| Octal | 303 | 76 | 120 | 0 | 104 | 73 | 30 | 540 | 65 | 62 |
| Binary | 11000011 | 111110 | 1010000 | 0 | 1000100 | 111011 | 11000 | 101100000 | 110101 | 110010 |
Color Harmonies of #C33E50
Complementary color
Monochromatic Colors of #C33E50
Black with #C33E50
Text Example
Text Example
White with #C33E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33E50; }
p { color: rgb(195,62,80); }
H1.HeaderClassName
{
color: #C33E50;
}
.AnyTagClassName
{
color: #C33E50;
}
</style>
background-color css
<style>
a { background-color: #C33E50; }
a { background-color: rgb(195,62,80); }
div.DivClassName
{
background-color: #C33E50;
}
.BgClassName
{
background-color: #C33E50;
}
</style>
border-color css
<style>
span { border-color: #C33E50; }
span { border-color: rgb(195,62,80); }
td.TdClassName
{
border-color: #C33E50;
}
.TagClassName
{
border-color: #C33E50;
}
</style>