Shades of Old Rose #C43761
Tints of Old Rose #C43761
RGB
CMYK
RGB Variations
Color information
#C43761 (or 0xC43761) is known color: Old Rose. HEX triplet: C4, 37 and 61. RGB value is (196,55,97). Sum of RGB (Red+Green+Blue) = 196+55+97=348 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.32% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 196 - color contains mainly: red. Hex color #C43761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43761 is #3BC89E. Grayscale: #656565. Windows color (decimal): -3917983 or 6371268. OLE color: 6371268.
HSL color Cylindrical-coordinate representation of color #C43761: hue angle of 342.13º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C43761 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 55 | 97 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.23 |
| HSL | 342.13º | 0.56% | 0.49% | - |
| HSV(B) | 342.13º | 0.72% | 0.77% | - |
| XYZ | 26.29 | 15.33 | 12.88 | - |
| YUV | 101.95 | 125.21 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 55 | 97 | 0 | 0.72 | 0.51 | 0.23 | 342.13 | 0.56 | 0.49 |
| Hex | C4 | 37 | 61 | 0 | 48 | 33 | 17 | 156 | 38 | 31 |
| Octal | 304 | 67 | 141 | 0 | 110 | 63 | 27 | 526 | 70 | 61 |
| Binary | 11000100 | 110111 | 1100001 | 0 | 1001000 | 110011 | 10111 | 101010110 | 111000 | 110001 |
Color Harmonies of #C43761
Complementary color
Monochromatic Colors of #C43761
Black with #C43761
Text Example
Text Example
White with #C43761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43761; }
p { color: rgb(196,55,97); }
H1.HeaderClassName
{
color: #C43761;
}
.AnyTagClassName
{
color: #C43761;
}
</style>
background-color css
<style>
a { background-color: #C43761; }
a { background-color: rgb(196,55,97); }
div.DivClassName
{
background-color: #C43761;
}
.BgClassName
{
background-color: #C43761;
}
</style>
border-color css
<style>
span { border-color: #C43761; }
span { border-color: rgb(196,55,97); }
td.TdClassName
{
border-color: #C43761;
}
.TagClassName
{
border-color: #C43761;
}
</style>