Shades of Old Rose #C43453
Tints of Old Rose #C43453
RGB
CMYK
RGB Variations
Color information
#C43453 (or 0xC43453) is known color: Old Rose. HEX triplet: C4, 34 and 53. RGB value is (196,52,83). Sum of RGB (Red+Green+Blue) = 196+52+83=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C43453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43453 is #3BCBAC. Grayscale: #626262. Windows color (decimal): -3918765 or 5452996. OLE color: 5452996.
HSL color Cylindrical-coordinate representation of color #C43453: hue angle of 347.08º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C43453 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 52 | 83 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.23 |
| HSL | 347.08º | 0.58% | 0.49% | - |
| HSV(B) | 347.08º | 0.73% | 0.77% | - |
| XYZ | 25.55 | 14.82 | 9.7 | - |
| YUV | 98.59 | 119.21 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 83 | 0 | 0.73 | 0.58 | 0.23 | 347.08 | 0.58 | 0.49 |
| Hex | C4 | 34 | 53 | 0 | 49 | 3A | 17 | 15B | 3A | 31 |
| Octal | 304 | 64 | 123 | 0 | 111 | 72 | 27 | 533 | 72 | 61 |
| Binary | 11000100 | 110100 | 1010011 | 0 | 1001001 | 111010 | 10111 | 101011011 | 111010 | 110001 |
Color Harmonies of #C43453
Complementary color
Monochromatic Colors of #C43453
Black with #C43453
Text Example
Text Example
White with #C43453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43453; }
p { color: rgb(196,52,83); }
H1.HeaderClassName
{
color: #C43453;
}
.AnyTagClassName
{
color: #C43453;
}
</style>
background-color css
<style>
a { background-color: #C43453; }
a { background-color: rgb(196,52,83); }
div.DivClassName
{
background-color: #C43453;
}
.BgClassName
{
background-color: #C43453;
}
</style>
border-color css
<style>
span { border-color: #C43453; }
span { border-color: rgb(196,52,83); }
td.TdClassName
{
border-color: #C43453;
}
.TagClassName
{
border-color: #C43453;
}
</style>