Shades of Old Rose #C33550
Tints of Old Rose #C33550
RGB
CMYK
RGB Variations
Color information
#C33550 (or 0xC33550) is known color: Old Rose. HEX triplet: C3, 35 and 50. RGB value is (195,53,80). Sum of RGB (Red+Green+Blue) = 195+53+80=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C33550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33550 is #3CCAAF. Grayscale: #626262. Windows color (decimal): -3984048 or 5256643. OLE color: 5256643.
HSL color Cylindrical-coordinate representation of color #C33550: hue angle of 348.59º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33550 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 80 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.24 |
| HSL | 348.59º | 0.57% | 0.49% | - |
| HSV(B) | 348.59º | 0.73% | 0.76% | - |
| XYZ | 25.23 | 14.73 | 9.1 | - |
| YUV | 98.54 | 117.54 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 80 | 0 | 0.73 | 0.59 | 0.24 | 348.59 | 0.57 | 0.49 |
| Hex | C3 | 35 | 50 | 0 | 49 | 3B | 18 | 15D | 39 | 31 |
| Octal | 303 | 65 | 120 | 0 | 111 | 73 | 30 | 535 | 71 | 61 |
| Binary | 11000011 | 110101 | 1010000 | 0 | 1001001 | 111011 | 11000 | 101011101 | 111001 | 110001 |
Color Harmonies of #C33550
Complementary color
Monochromatic Colors of #C33550
Black with #C33550
Text Example
Text Example
White with #C33550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33550; }
p { color: rgb(195,53,80); }
H1.HeaderClassName
{
color: #C33550;
}
.AnyTagClassName
{
color: #C33550;
}
</style>
background-color css
<style>
a { background-color: #C33550; }
a { background-color: rgb(195,53,80); }
div.DivClassName
{
background-color: #C33550;
}
.BgClassName
{
background-color: #C33550;
}
</style>
border-color css
<style>
span { border-color: #C33550; }
span { border-color: rgb(195,53,80); }
td.TdClassName
{
border-color: #C33550;
}
.TagClassName
{
border-color: #C33550;
}
</style>