Shades of Old Rose #C44053
Tints of Old Rose #C44053
RGB
CMYK
RGB Variations
Color information
#C44053 (or 0xC44053) is known color: Old Rose. HEX triplet: C4, 40 and 53. RGB value is (196,64,83). Sum of RGB (Red+Green+Blue) = 196+64+83=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C44053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44053 is #3BBFAC. Grayscale: #696969. Windows color (decimal): -3915693 or 5456068. OLE color: 5456068.
HSL color Cylindrical-coordinate representation of color #C44053: hue angle of 351.36º 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 #C44053 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 83 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.23 |
| HSL | 351.36º | 0.53% | 0.51% | - |
| HSV(B) | 351.36º | 0.67% | 0.77% | - |
| XYZ | 26.16 | 16.03 | 9.9 | - |
| YUV | 105.63 | 115.23 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 83 | 0 | 0.67 | 0.58 | 0.23 | 351.36 | 0.53 | 0.51 |
| Hex | C4 | 40 | 53 | 0 | 43 | 3A | 17 | 15F | 35 | 33 |
| Octal | 304 | 100 | 123 | 0 | 103 | 72 | 27 | 537 | 65 | 63 |
| Binary | 11000100 | 1000000 | 1010011 | 0 | 1000011 | 111010 | 10111 | 101011111 | 110101 | 110011 |
Color Harmonies of #C44053
Complementary color
Monochromatic Colors of #C44053
Black with #C44053
Text Example
Text Example
White with #C44053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44053; }
p { color: rgb(196,64,83); }
H1.HeaderClassName
{
color: #C44053;
}
.AnyTagClassName
{
color: #C44053;
}
</style>
background-color css
<style>
a { background-color: #C44053; }
a { background-color: rgb(196,64,83); }
div.DivClassName
{
background-color: #C44053;
}
.BgClassName
{
background-color: #C44053;
}
</style>
border-color css
<style>
span { border-color: #C44053; }
span { border-color: rgb(196,64,83); }
td.TdClassName
{
border-color: #C44053;
}
.TagClassName
{
border-color: #C44053;
}
</style>