Shades of Old Rose #C43359
Tints of Old Rose #C43359
RGB
CMYK
RGB Variations
Color information
#C43359 (or 0xC43359) is known color: Old Rose. HEX triplet: C4, 33 and 59. RGB value is (196,51,89). Sum of RGB (Red+Green+Blue) = 196+51+89=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C43359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43359 is #3BCCA6. Grayscale: #626262. Windows color (decimal): -3919015 or 5845956. OLE color: 5845956.
HSL color Cylindrical-coordinate representation of color #C43359: hue angle of 344.28º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43359 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 51 | 89 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.23 |
| HSL | 344.28º | 0.59% | 0.48% | - |
| HSV(B) | 344.28º | 0.74% | 0.77% | - |
| XYZ | 25.75 | 14.82 | 10.96 | - |
| YUV | 98.69 | 122.54 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 51 | 89 | 0 | 0.74 | 0.55 | 0.23 | 344.28 | 0.59 | 0.48 |
| Hex | C4 | 33 | 59 | 0 | 4A | 37 | 17 | 158 | 3B | 30 |
| Octal | 304 | 63 | 131 | 0 | 112 | 67 | 27 | 530 | 73 | 60 |
| Binary | 11000100 | 110011 | 1011001 | 0 | 1001010 | 110111 | 10111 | 101011000 | 111011 | 110000 |
Color Harmonies of #C43359
Complementary color
Monochromatic Colors of #C43359
Black with #C43359
Text Example
Text Example
White with #C43359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43359; }
p { color: rgb(196,51,89); }
H1.HeaderClassName
{
color: #C43359;
}
.AnyTagClassName
{
color: #C43359;
}
</style>
background-color css
<style>
a { background-color: #C43359; }
a { background-color: rgb(196,51,89); }
div.DivClassName
{
background-color: #C43359;
}
.BgClassName
{
background-color: #C43359;
}
</style>
border-color css
<style>
span { border-color: #C43359; }
span { border-color: rgb(196,51,89); }
td.TdClassName
{
border-color: #C43359;
}
.TagClassName
{
border-color: #C43359;
}
</style>