Shades of Old Rose #C44153
Tints of Old Rose #C44153
RGB
CMYK
RGB Variations
Color information
#C44153 (or 0xC44153) is known color: Old Rose. HEX triplet: C4, 41 and 53. RGB value is (196,65,83). Sum of RGB (Red+Green+Blue) = 196+65+83=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C44153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44153 is #3BBEAC. Grayscale: #6A6A6A. Windows color (decimal): -3915437 or 5456324. OLE color: 5456324.
HSL color Cylindrical-coordinate representation of color #C44153: hue angle of 351.76º 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 #C44153 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 83 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.23 |
| HSL | 351.76º | 0.53% | 0.51% | - |
| HSV(B) | 351.76º | 0.67% | 0.77% | - |
| XYZ | 26.22 | 16.14 | 9.92 | - |
| YUV | 106.22 | 114.9 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 83 | 0 | 0.67 | 0.58 | 0.23 | 351.76 | 0.53 | 0.51 |
| Hex | C4 | 41 | 53 | 0 | 43 | 3A | 17 | 160 | 35 | 33 |
| Octal | 304 | 101 | 123 | 0 | 103 | 72 | 27 | 540 | 65 | 63 |
| Binary | 11000100 | 1000001 | 1010011 | 0 | 1000011 | 111010 | 10111 | 101100000 | 110101 | 110011 |
Color Harmonies of #C44153
Complementary color
Monochromatic Colors of #C44153
Black with #C44153
Text Example
Text Example
White with #C44153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44153; }
p { color: rgb(196,65,83); }
H1.HeaderClassName
{
color: #C44153;
}
.AnyTagClassName
{
color: #C44153;
}
</style>
background-color css
<style>
a { background-color: #C44153; }
a { background-color: rgb(196,65,83); }
div.DivClassName
{
background-color: #C44153;
}
.BgClassName
{
background-color: #C44153;
}
</style>
border-color css
<style>
span { border-color: #C44153; }
span { border-color: rgb(196,65,83); }
td.TdClassName
{
border-color: #C44153;
}
.TagClassName
{
border-color: #C44153;
}
</style>