Shades of Old Rose #C54151
Tints of Old Rose #C54151
RGB
CMYK
RGB Variations
Color information
#C54151 (or 0xC54151) is known color: Old Rose. HEX triplet: C5, 41 and 51. RGB value is (197,65,81). Sum of RGB (Red+Green+Blue) = 197+65+81=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C54151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54151 is #3ABEAE. Grayscale: #6A6A6A. Windows color (decimal): -3849903 or 5325253. OLE color: 5325253.
HSL color Cylindrical-coordinate representation of color #C54151: hue angle of 352.73º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C54151 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 81 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.23 |
| HSL | 352.73º | 0.53% | 0.51% | - |
| HSV(B) | 352.73º | 0.67% | 0.77% | - |
| XYZ | 26.4 | 16.24 | 9.53 | - |
| YUV | 106.29 | 113.73 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 81 | 0 | 0.67 | 0.59 | 0.23 | 352.73 | 0.53 | 0.51 |
| Hex | C5 | 41 | 51 | 0 | 43 | 3B | 17 | 161 | 35 | 33 |
| Octal | 305 | 101 | 121 | 0 | 103 | 73 | 27 | 541 | 65 | 63 |
| Binary | 11000101 | 1000001 | 1010001 | 0 | 1000011 | 111011 | 10111 | 101100001 | 110101 | 110011 |
Color Harmonies of #C54151
Complementary color
Monochromatic Colors of #C54151
Black with #C54151
Text Example
Text Example
White with #C54151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54151; }
p { color: rgb(197,65,81); }
H1.HeaderClassName
{
color: #C54151;
}
.AnyTagClassName
{
color: #C54151;
}
</style>
background-color css
<style>
a { background-color: #C54151; }
a { background-color: rgb(197,65,81); }
div.DivClassName
{
background-color: #C54151;
}
.BgClassName
{
background-color: #C54151;
}
</style>
border-color css
<style>
span { border-color: #C54151; }
span { border-color: rgb(197,65,81); }
td.TdClassName
{
border-color: #C54151;
}
.TagClassName
{
border-color: #C54151;
}
</style>