Shades of Old Rose #C33749
Tints of Old Rose #C33749
RGB
CMYK
RGB Variations
Color information
#C33749 (or 0xC33749) is known color: Old Rose. HEX triplet: C3, 37 and 49. RGB value is (195,55,73). Sum of RGB (Red+Green+Blue) = 195+55+73=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C33749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33749 is #3CC8B6. Grayscale: #626262. Windows color (decimal): -3983543 or 4798403. OLE color: 4798403.
HSL color Cylindrical-coordinate representation of color #C33749: hue angle of 352.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33749 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 55 | 73 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.24 |
| HSL | 352.29º | 0.56% | 0.49% | - |
| HSV(B) | 352.29º | 0.72% | 0.76% | - |
| XYZ | 25.07 | 14.82 | 7.84 | - |
| YUV | 98.91 | 113.38 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 55 | 73 | 0 | 0.72 | 0.63 | 0.24 | 352.29 | 0.56 | 0.49 |
| Hex | C3 | 37 | 49 | 0 | 48 | 3F | 18 | 160 | 38 | 31 |
| Octal | 303 | 67 | 111 | 0 | 110 | 77 | 30 | 540 | 70 | 61 |
| Binary | 11000011 | 110111 | 1001001 | 0 | 1001000 | 111111 | 11000 | 101100000 | 111000 | 110001 |
Color Harmonies of #C33749
Complementary color
Monochromatic Colors of #C33749
Black with #C33749
Text Example
Text Example
White with #C33749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33749; }
p { color: rgb(195,55,73); }
H1.HeaderClassName
{
color: #C33749;
}
.AnyTagClassName
{
color: #C33749;
}
</style>
background-color css
<style>
a { background-color: #C33749; }
a { background-color: rgb(195,55,73); }
div.DivClassName
{
background-color: #C33749;
}
.BgClassName
{
background-color: #C33749;
}
</style>
border-color css
<style>
span { border-color: #C33749; }
span { border-color: rgb(195,55,73); }
td.TdClassName
{
border-color: #C33749;
}
.TagClassName
{
border-color: #C33749;
}
</style>