Shades of Sunset #C44D47
Tints of Sunset #C44D47
RGB
CMYK
RGB Variations
Color information
#C44D47 (or 0xC44D47) is known color: Sunset. HEX triplet: C4, 4D and 47. RGB value is (196,77,71). Sum of RGB (Red+Green+Blue) = 196+77+71=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C44D47 is #3BB2B8. Grayscale: #707070. Windows color (decimal): -3912377 or 4672964. OLE color: 4672964.
HSL color Cylindrical-coordinate representation of color #C44D47: hue angle of 2.88º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C44D47 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 77 | 71 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.23 |
| HSL | 2.88º | 0.51% | 0.52% | - |
| HSV(B) | 2.88º | 0.64% | 0.77% | - |
| XYZ | 26.56 | 17.5 | 7.94 | - |
| YUV | 111.9 | 104.92 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 71 | 0 | 0.61 | 0.64 | 0.23 | 2.88 | 0.51 | 0.52 |
| Hex | C4 | 4D | 47 | 0 | 3D | 40 | 17 | 3 | 33 | 34 |
| Octal | 304 | 115 | 107 | 0 | 75 | 100 | 27 | 3 | 63 | 64 |
| Binary | 11000100 | 1001101 | 1000111 | 0 | 111101 | 1000000 | 10111 | 11 | 110011 | 110100 |
Color Harmonies of #C44D47
Complementary color
Monochromatic Colors of #C44D47
Black with #C44D47
Text Example
Text Example
White with #C44D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44D47; }
p { color: rgb(196,77,71); }
H1.HeaderClassName
{
color: #C44D47;
}
.AnyTagClassName
{
color: #C44D47;
}
</style>
background-color css
<style>
a { background-color: #C44D47; }
a { background-color: rgb(196,77,71); }
div.DivClassName
{
background-color: #C44D47;
}
.BgClassName
{
background-color: #C44D47;
}
</style>
border-color css
<style>
span { border-color: #C44D47; }
span { border-color: rgb(196,77,71); }
td.TdClassName
{
border-color: #C44D47;
}
.TagClassName
{
border-color: #C44D47;
}
</style>