Shades of Old Rose #C44151
Tints of Old Rose #C44151
RGB
CMYK
RGB Variations
Color information
#C44151 (or 0xC44151) is known color: Old Rose. HEX triplet: C4, 41 and 51. RGB value is (196,65,81). Sum of RGB (Red+Green+Blue) = 196+65+81=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C44151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44151 is #3BBEAE. Grayscale: #6A6A6A. Windows color (decimal): -3915439 or 5325252. OLE color: 5325252.
HSL color Cylindrical-coordinate representation of color #C44151: hue angle of 352.67º 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 #C44151 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 81 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.23 |
| HSL | 352.67º | 0.53% | 0.51% | - |
| HSV(B) | 352.67º | 0.67% | 0.77% | - |
| XYZ | 26.14 | 16.11 | 9.52 | - |
| YUV | 105.99 | 113.9 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 81 | 0 | 0.67 | 0.59 | 0.23 | 352.67 | 0.53 | 0.51 |
| Hex | C4 | 41 | 51 | 0 | 43 | 3B | 17 | 161 | 35 | 33 |
| Octal | 304 | 101 | 121 | 0 | 103 | 73 | 27 | 541 | 65 | 63 |
| Binary | 11000100 | 1000001 | 1010001 | 0 | 1000011 | 111011 | 10111 | 101100001 | 110101 | 110011 |
Color Harmonies of #C44151
Complementary color
Monochromatic Colors of #C44151
Black with #C44151
Text Example
Text Example
White with #C44151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44151; }
p { color: rgb(196,65,81); }
H1.HeaderClassName
{
color: #C44151;
}
.AnyTagClassName
{
color: #C44151;
}
</style>
background-color css
<style>
a { background-color: #C44151; }
a { background-color: rgb(196,65,81); }
div.DivClassName
{
background-color: #C44151;
}
.BgClassName
{
background-color: #C44151;
}
</style>
border-color css
<style>
span { border-color: #C44151; }
span { border-color: rgb(196,65,81); }
td.TdClassName
{
border-color: #C44151;
}
.TagClassName
{
border-color: #C44151;
}
</style>