Shades of Old Rose #C33D51
Tints of Old Rose #C33D51
RGB
CMYK
RGB Variations
Color information
#C33D51 (or 0xC33D51) is known color: Old Rose. HEX triplet: C3, 3D and 51. RGB value is (195,61,81). Sum of RGB (Red+Green+Blue) = 195+61+81=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33D51 is #3CC2AE. Grayscale: #676767. Windows color (decimal): -3981999 or 5324227. OLE color: 5324227.
HSL color Cylindrical-coordinate representation of color #C33D51: hue angle of 351.04º 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 #C33D51 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 81 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.24 |
| HSL | 351.04º | 0.53% | 0.5% | - |
| HSV(B) | 351.04º | 0.69% | 0.76% | - |
| XYZ | 25.66 | 15.53 | 9.43 | - |
| YUV | 103.35 | 115.39 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 81 | 0 | 0.69 | 0.58 | 0.24 | 351.04 | 0.53 | 0.5 |
| Hex | C3 | 3D | 51 | 0 | 45 | 3A | 18 | 15F | 35 | 32 |
| Octal | 303 | 75 | 121 | 0 | 105 | 72 | 30 | 537 | 65 | 62 |
| Binary | 11000011 | 111101 | 1010001 | 0 | 1000101 | 111010 | 11000 | 101011111 | 110101 | 110010 |
Color Harmonies of #C33D51
Complementary color
Monochromatic Colors of #C33D51
Black with #C33D51
Text Example
Text Example
White with #C33D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33D51; }
p { color: rgb(195,61,81); }
H1.HeaderClassName
{
color: #C33D51;
}
.AnyTagClassName
{
color: #C33D51;
}
</style>
background-color css
<style>
a { background-color: #C33D51; }
a { background-color: rgb(195,61,81); }
div.DivClassName
{
background-color: #C33D51;
}
.BgClassName
{
background-color: #C33D51;
}
</style>
border-color css
<style>
span { border-color: #C33D51; }
span { border-color: rgb(195,61,81); }
td.TdClassName
{
border-color: #C33D51;
}
.TagClassName
{
border-color: #C33D51;
}
</style>