Shades of Old Rose #C33751
Tints of Old Rose #C33751
RGB
CMYK
RGB Variations
Color information
#C33751 (or 0xC33751) is known color: Old Rose. HEX triplet: C3, 37 and 51. RGB value is (195,55,81). Sum of RGB (Red+Green+Blue) = 195+55+81=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C33751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33751 is #3CC8AE. Grayscale: #636363. Windows color (decimal): -3983535 or 5322691. OLE color: 5322691.
HSL color Cylindrical-coordinate representation of color #C33751: hue angle of 348.86º 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 #C33751 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 55 | 81 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.24 |
| HSL | 348.86º | 0.56% | 0.49% | - |
| HSV(B) | 348.86º | 0.72% | 0.76% | - |
| XYZ | 25.36 | 14.93 | 9.33 | - |
| YUV | 99.82 | 117.38 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 55 | 81 | 0 | 0.72 | 0.58 | 0.24 | 348.86 | 0.56 | 0.49 |
| Hex | C3 | 37 | 51 | 0 | 48 | 3A | 18 | 15D | 38 | 31 |
| Octal | 303 | 67 | 121 | 0 | 110 | 72 | 30 | 535 | 70 | 61 |
| Binary | 11000011 | 110111 | 1010001 | 0 | 1001000 | 111010 | 11000 | 101011101 | 111000 | 110001 |
Color Harmonies of #C33751
Complementary color
Monochromatic Colors of #C33751
Black with #C33751
Text Example
Text Example
White with #C33751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33751; }
p { color: rgb(195,55,81); }
H1.HeaderClassName
{
color: #C33751;
}
.AnyTagClassName
{
color: #C33751;
}
</style>
background-color css
<style>
a { background-color: #C33751; }
a { background-color: rgb(195,55,81); }
div.DivClassName
{
background-color: #C33751;
}
.BgClassName
{
background-color: #C33751;
}
</style>
border-color css
<style>
span { border-color: #C33751; }
span { border-color: rgb(195,55,81); }
td.TdClassName
{
border-color: #C33751;
}
.TagClassName
{
border-color: #C33751;
}
</style>