Shades of Old Rose #C33249
Tints of Old Rose #C33249
RGB
CMYK
RGB Variations
Color information
#C33249 (or 0xC33249) is known color: Old Rose. HEX triplet: C3, 32 and 49. RGB value is (195,50,73). Sum of RGB (Red+Green+Blue) = 195+50+73=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C33249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33249 is #3CCDB6. Grayscale: #606060. Windows color (decimal): -3984823 or 4797123. OLE color: 4797123.
HSL color Cylindrical-coordinate representation of color #C33249: hue angle of 350.48º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C33249 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 73 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.24 |
| HSL | 350.48º | 0.59% | 0.48% | - |
| HSV(B) | 350.48º | 0.74% | 0.76% | - |
| XYZ | 24.85 | 14.36 | 7.77 | - |
| YUV | 95.98 | 115.04 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 73 | 0 | 0.74 | 0.63 | 0.24 | 350.48 | 0.59 | 0.48 |
| Hex | C3 | 32 | 49 | 0 | 4A | 3F | 18 | 15E | 3B | 30 |
| Octal | 303 | 62 | 111 | 0 | 112 | 77 | 30 | 536 | 73 | 60 |
| Binary | 11000011 | 110010 | 1001001 | 0 | 1001010 | 111111 | 11000 | 101011110 | 111011 | 110000 |
Color Harmonies of #C33249
Complementary color
Monochromatic Colors of #C33249
Black with #C33249
Text Example
Text Example
White with #C33249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33249; }
p { color: rgb(195,50,73); }
H1.HeaderClassName
{
color: #C33249;
}
.AnyTagClassName
{
color: #C33249;
}
</style>
background-color css
<style>
a { background-color: #C33249; }
a { background-color: rgb(195,50,73); }
div.DivClassName
{
background-color: #C33249;
}
.BgClassName
{
background-color: #C33249;
}
</style>
border-color css
<style>
span { border-color: #C33249; }
span { border-color: rgb(195,50,73); }
td.TdClassName
{
border-color: #C33249;
}
.TagClassName
{
border-color: #C33249;
}
</style>