Shades of Old Rose #C33351
Tints of Old Rose #C33351
RGB
CMYK
RGB Variations
Color information
#C33351 (or 0xC33351) is known color: Old Rose. HEX triplet: C3, 33 and 51. RGB value is (195,51,81). Sum of RGB (Red+Green+Blue) = 195+51+81=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C33351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33351 is #3CCCAE. Grayscale: #616161. Windows color (decimal): -3984559 or 5321667. OLE color: 5321667.
HSL color Cylindrical-coordinate representation of color #C33351: hue angle of 347.5º 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 #C33351 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 81 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.24 |
| HSL | 347.5º | 0.59% | 0.48% | - |
| HSV(B) | 347.5º | 0.74% | 0.76% | - |
| XYZ | 25.17 | 14.56 | 9.27 | - |
| YUV | 97.48 | 118.71 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 81 | 0 | 0.74 | 0.58 | 0.24 | 347.5 | 0.59 | 0.48 |
| Hex | C3 | 33 | 51 | 0 | 4A | 3A | 18 | 15C | 3B | 30 |
| Octal | 303 | 63 | 121 | 0 | 112 | 72 | 30 | 534 | 73 | 60 |
| Binary | 11000011 | 110011 | 1010001 | 0 | 1001010 | 111010 | 11000 | 101011100 | 111011 | 110000 |
Color Harmonies of #C33351
Complementary color
Monochromatic Colors of #C33351
Black with #C33351
Text Example
Text Example
White with #C33351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33351; }
p { color: rgb(195,51,81); }
H1.HeaderClassName
{
color: #C33351;
}
.AnyTagClassName
{
color: #C33351;
}
</style>
background-color css
<style>
a { background-color: #C33351; }
a { background-color: rgb(195,51,81); }
div.DivClassName
{
background-color: #C33351;
}
.BgClassName
{
background-color: #C33351;
}
</style>
border-color css
<style>
span { border-color: #C33351; }
span { border-color: rgb(195,51,81); }
td.TdClassName
{
border-color: #C33351;
}
.TagClassName
{
border-color: #C33351;
}
</style>