Shades of Sunset #C44F4D
Tints of Sunset #C44F4D
RGB
CMYK
RGB Variations
Color information
#C44F4D (or 0xC44F4D) is known color: Sunset. HEX triplet: C4, 4F and 4D. RGB value is (196,79,77). Sum of RGB (Red+Green+Blue) = 196+79+77=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44F4D is #3BB0B2. Grayscale: #717171. Windows color (decimal): -3911859 or 5066692. OLE color: 5066692.
HSL color Cylindrical-coordinate representation of color #C44F4D: hue angle of 1.01º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44F4D is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 79 | 77 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.23 |
| HSL | 1.01º | 0.5% | 0.54% | - |
| HSV(B) | 1.01º | 0.61% | 0.77% | - |
| XYZ | 26.9 | 17.86 | 9.05 | - |
| YUV | 113.76 | 107.26 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 79 | 77 | 0 | 0.60 | 0.61 | 0.23 | 1.01 | 0.5 | 0.54 |
| Hex | C4 | 4F | 4D | 0 | 3C | 3D | 17 | 1 | 32 | 36 |
| Octal | 304 | 117 | 115 | 0 | 74 | 75 | 27 | 1 | 62 | 66 |
| Binary | 11000100 | 1001111 | 1001101 | 0 | 111100 | 111101 | 10111 | 1 | 110010 | 110110 |
Color Harmonies of #C44F4D
Complementary color
Monochromatic Colors of #C44F4D
Black with #C44F4D
Text Example
Text Example
White with #C44F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44F4D; }
p { color: rgb(196,79,77); }
H1.HeaderClassName
{
color: #C44F4D;
}
.AnyTagClassName
{
color: #C44F4D;
}
</style>
background-color css
<style>
a { background-color: #C44F4D; }
a { background-color: rgb(196,79,77); }
div.DivClassName
{
background-color: #C44F4D;
}
.BgClassName
{
background-color: #C44F4D;
}
</style>
border-color css
<style>
span { border-color: #C44F4D; }
span { border-color: rgb(196,79,77); }
td.TdClassName
{
border-color: #C44F4D;
}
.TagClassName
{
border-color: #C44F4D;
}
</style>