Shades of Old Rose #C43851
Tints of Old Rose #C43851
RGB
CMYK
RGB Variations
Color information
#C43851 (or 0xC43851) is known color: Old Rose. HEX triplet: C4, 38 and 51. RGB value is (196,56,81). Sum of RGB (Red+Green+Blue) = 196+56+81=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C43851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43851 is #3BC7AE. Grayscale: #646464. Windows color (decimal): -3917743 or 5322948. OLE color: 5322948.
HSL color Cylindrical-coordinate representation of color #C43851: hue angle of 349.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C43851 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 56 | 81 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.23 |
| HSL | 349.29º | 0.56% | 0.49% | - |
| HSV(B) | 349.29º | 0.71% | 0.77% | - |
| XYZ | 25.66 | 15.16 | 9.36 | - |
| YUV | 100.71 | 116.88 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 81 | 0 | 0.71 | 0.59 | 0.23 | 349.29 | 0.56 | 0.49 |
| Hex | C4 | 38 | 51 | 0 | 47 | 3B | 17 | 15D | 38 | 31 |
| Octal | 304 | 70 | 121 | 0 | 107 | 73 | 27 | 535 | 70 | 61 |
| Binary | 11000100 | 111000 | 1010001 | 0 | 1000111 | 111011 | 10111 | 101011101 | 111000 | 110001 |
Color Harmonies of #C43851
Complementary color
Monochromatic Colors of #C43851
Black with #C43851
Text Example
Text Example
White with #C43851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43851; }
p { color: rgb(196,56,81); }
H1.HeaderClassName
{
color: #C43851;
}
.AnyTagClassName
{
color: #C43851;
}
</style>
background-color css
<style>
a { background-color: #C43851; }
a { background-color: rgb(196,56,81); }
div.DivClassName
{
background-color: #C43851;
}
.BgClassName
{
background-color: #C43851;
}
</style>
border-color css
<style>
span { border-color: #C43851; }
span { border-color: rgb(196,56,81); }
td.TdClassName
{
border-color: #C43851;
}
.TagClassName
{
border-color: #C43851;
}
</style>