Shades of Old Rose #C43861
Tints of Old Rose #C43861
RGB
CMYK
RGB Variations
Color information
#C43861 (or 0xC43861) is known color: Old Rose. HEX triplet: C4, 38 and 61. RGB value is (196,56,97). Sum of RGB (Red+Green+Blue) = 196+56+97=349 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.16% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 196 - color contains mainly: red. Hex color #C43861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43861 is #3BC79E. Grayscale: #666666. Windows color (decimal): -3917727 or 6371524. OLE color: 6371524.
HSL color Cylindrical-coordinate representation of color #C43861: hue angle of 342.43º 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 #C43861 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 56 | 97 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.23 |
| HSL | 342.43º | 0.56% | 0.49% | - |
| HSV(B) | 342.43º | 0.71% | 0.77% | - |
| XYZ | 26.34 | 15.43 | 12.9 | - |
| YUV | 102.53 | 124.88 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 97 | 0 | 0.71 | 0.51 | 0.23 | 342.43 | 0.56 | 0.49 |
| Hex | C4 | 38 | 61 | 0 | 47 | 33 | 17 | 156 | 38 | 31 |
| Octal | 304 | 70 | 141 | 0 | 107 | 63 | 27 | 526 | 70 | 61 |
| Binary | 11000100 | 111000 | 1100001 | 0 | 1000111 | 110011 | 10111 | 101010110 | 111000 | 110001 |
Color Harmonies of #C43861
Complementary color
Monochromatic Colors of #C43861
Black with #C43861
Text Example
Text Example
White with #C43861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43861; }
p { color: rgb(196,56,97); }
H1.HeaderClassName
{
color: #C43861;
}
.AnyTagClassName
{
color: #C43861;
}
</style>
background-color css
<style>
a { background-color: #C43861; }
a { background-color: rgb(196,56,97); }
div.DivClassName
{
background-color: #C43861;
}
.BgClassName
{
background-color: #C43861;
}
</style>
border-color css
<style>
span { border-color: #C43861; }
span { border-color: rgb(196,56,97); }
td.TdClassName
{
border-color: #C43861;
}
.TagClassName
{
border-color: #C43861;
}
</style>