Shades of Old Rose #C43362
Tints of Old Rose #C43362
RGB
CMYK
RGB Variations
Color information
#C43362 (or 0xC43362) is known color: Old Rose. HEX triplet: C4, 33 and 62. RGB value is (196,51,98). Sum of RGB (Red+Green+Blue) = 196+51+98=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C43362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43362 is #3BCC9D. Grayscale: #636363. Windows color (decimal): -3919006 or 6435780. OLE color: 6435780.
HSL color Cylindrical-coordinate representation of color #C43362: hue angle of 340.55º 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 #C43362 is Cyan = 0, Magento = 0.74, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 51 | 98 | - |
| CMYK | 0 | 0.74 | 0.5 | 0.23 |
| HSL | 340.55º | 0.59% | 0.48% | - |
| HSV(B) | 340.55º | 0.74% | 0.77% | - |
| XYZ | 26.15 | 14.99 | 13.07 | - |
| YUV | 99.71 | 127.04 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 51 | 98 | 0 | 0.74 | 0.5 | 0.23 | 340.55 | 0.59 | 0.48 |
| Hex | C4 | 33 | 62 | 0 | 4A | 32 | 17 | 155 | 3B | 30 |
| Octal | 304 | 63 | 142 | 0 | 112 | 62 | 27 | 525 | 73 | 60 |
| Binary | 11000100 | 110011 | 1100010 | 0 | 1001010 | 110010 | 10111 | 101010101 | 111011 | 110000 |
Color Harmonies of #C43362
Complementary color
Monochromatic Colors of #C43362
Black with #C43362
Text Example
Text Example
White with #C43362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43362; }
p { color: rgb(196,51,98); }
H1.HeaderClassName
{
color: #C43362;
}
.AnyTagClassName
{
color: #C43362;
}
</style>
background-color css
<style>
a { background-color: #C43362; }
a { background-color: rgb(196,51,98); }
div.DivClassName
{
background-color: #C43362;
}
.BgClassName
{
background-color: #C43362;
}
</style>
border-color css
<style>
span { border-color: #C43362; }
span { border-color: rgb(196,51,98); }
td.TdClassName
{
border-color: #C43362;
}
.TagClassName
{
border-color: #C43362;
}
</style>