Shades of Old Rose #C53861
Tints of Old Rose #C53861
RGB
CMYK
RGB Variations
Color information
#C53861 (or 0xC53861) is known color: Old Rose. HEX triplet: C5, 38 and 61. RGB value is (197,56,97). Sum of RGB (Red+Green+Blue) = 197+56+97=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C53861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53861 is #3AC79E. Grayscale: #666666. Windows color (decimal): -3852191 or 6371525. OLE color: 6371525.
HSL color Cylindrical-coordinate representation of color #C53861: hue angle of 342.55º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53861 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 97 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.23 |
| HSL | 342.55º | 0.56% | 0.5% | - |
| HSV(B) | 342.55º | 0.72% | 0.77% | - |
| XYZ | 26.6 | 15.56 | 12.91 | - |
| YUV | 102.83 | 124.71 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 97 | 0 | 0.72 | 0.51 | 0.23 | 342.55 | 0.56 | 0.5 |
| Hex | C5 | 38 | 61 | 0 | 48 | 33 | 17 | 157 | 38 | 32 |
| Octal | 305 | 70 | 141 | 0 | 110 | 63 | 27 | 527 | 70 | 62 |
| Binary | 11000101 | 111000 | 1100001 | 0 | 1001000 | 110011 | 10111 | 101010111 | 111000 | 110010 |
Color Harmonies of #C53861
Complementary color
Monochromatic Colors of #C53861
Black with #C53861
Text Example
Text Example
White with #C53861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53861; }
p { color: rgb(197,56,97); }
H1.HeaderClassName
{
color: #C53861;
}
.AnyTagClassName
{
color: #C53861;
}
</style>
background-color css
<style>
a { background-color: #C53861; }
a { background-color: rgb(197,56,97); }
div.DivClassName
{
background-color: #C53861;
}
.BgClassName
{
background-color: #C53861;
}
</style>
border-color css
<style>
span { border-color: #C53861; }
span { border-color: rgb(197,56,97); }
td.TdClassName
{
border-color: #C53861;
}
.TagClassName
{
border-color: #C53861;
}
</style>