Shades of Old Rose #C53354
Tints of Old Rose #C53354
RGB
CMYK
RGB Variations
Color information
#C53354 (or 0xC53354) is known color: Old Rose. HEX triplet: C5, 33 and 54. RGB value is (197,51,84). Sum of RGB (Red+Green+Blue) = 197+51+84=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C53354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53354 is #3ACCAB. Grayscale: #626262. Windows color (decimal): -3853484 or 5518277. OLE color: 5518277.
HSL color Cylindrical-coordinate representation of color #C53354: hue angle of 346.44º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53354 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 84 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.23 |
| HSL | 346.44º | 0.59% | 0.49% | - |
| HSV(B) | 346.44º | 0.74% | 0.77% | - |
| XYZ | 25.81 | 14.88 | 9.9 | - |
| YUV | 98.42 | 119.87 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 84 | 0 | 0.74 | 0.57 | 0.23 | 346.44 | 0.59 | 0.49 |
| Hex | C5 | 33 | 54 | 0 | 4A | 39 | 17 | 15A | 3B | 31 |
| Octal | 305 | 63 | 124 | 0 | 112 | 71 | 27 | 532 | 73 | 61 |
| Binary | 11000101 | 110011 | 1010100 | 0 | 1001010 | 111001 | 10111 | 101011010 | 111011 | 110001 |
Color Harmonies of #C53354
Complementary color
Monochromatic Colors of #C53354
Black with #C53354
Text Example
Text Example
White with #C53354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53354; }
p { color: rgb(197,51,84); }
H1.HeaderClassName
{
color: #C53354;
}
.AnyTagClassName
{
color: #C53354;
}
</style>
background-color css
<style>
a { background-color: #C53354; }
a { background-color: rgb(197,51,84); }
div.DivClassName
{
background-color: #C53354;
}
.BgClassName
{
background-color: #C53354;
}
</style>
border-color css
<style>
span { border-color: #C53354; }
span { border-color: rgb(197,51,84); }
td.TdClassName
{
border-color: #C53354;
}
.TagClassName
{
border-color: #C53354;
}
</style>