Shades of Old Rose #C43854
Tints of Old Rose #C43854
RGB
CMYK
RGB Variations
Color information
#C43854 (or 0xC43854) is known color: Old Rose. HEX triplet: C4, 38 and 54. RGB value is (196,56,84). Sum of RGB (Red+Green+Blue) = 196+56+84=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C43854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43854 is #3BC7AB. Grayscale: #656565. Windows color (decimal): -3917740 or 5519556. OLE color: 5519556.
HSL color Cylindrical-coordinate representation of color #C43854: hue angle of 348º 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 #C43854 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 56 | 84 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.23 |
| HSL | 348º | 0.56% | 0.49% | - |
| HSV(B) | 348º | 0.71% | 0.77% | - |
| XYZ | 25.78 | 15.2 | 9.96 | - |
| YUV | 101.05 | 118.38 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 84 | 0 | 0.71 | 0.57 | 0.23 | 348 | 0.56 | 0.49 |
| Hex | C4 | 38 | 54 | 0 | 47 | 39 | 17 | 15C | 38 | 31 |
| Octal | 304 | 70 | 124 | 0 | 107 | 71 | 27 | 534 | 70 | 61 |
| Binary | 11000100 | 111000 | 1010100 | 0 | 1000111 | 111001 | 10111 | 101011100 | 111000 | 110001 |
Color Harmonies of #C43854
Complementary color
Monochromatic Colors of #C43854
Black with #C43854
Text Example
Text Example
White with #C43854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43854; }
p { color: rgb(196,56,84); }
H1.HeaderClassName
{
color: #C43854;
}
.AnyTagClassName
{
color: #C43854;
}
</style>
background-color css
<style>
a { background-color: #C43854; }
a { background-color: rgb(196,56,84); }
div.DivClassName
{
background-color: #C43854;
}
.BgClassName
{
background-color: #C43854;
}
</style>
border-color css
<style>
span { border-color: #C43854; }
span { border-color: rgb(196,56,84); }
td.TdClassName
{
border-color: #C43854;
}
.TagClassName
{
border-color: #C43854;
}
</style>