Shades of Sunset #C44F46
Tints of Sunset #C44F46
RGB
CMYK
RGB Variations
Color information
#C44F46 (or 0xC44F46) is known color: Sunset. HEX triplet: C4, 4F and 46. RGB value is (196,79,70). Sum of RGB (Red+Green+Blue) = 196+79+70=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C44F46 is #3BB0B9. Grayscale: #717171. Windows color (decimal): -3911866 or 4607940. OLE color: 4607940.
HSL color Cylindrical-coordinate representation of color #C44F46: hue angle of 4.29º degrees, saturation: 0.52, 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 #C44F46 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 79 | 70 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.23 |
| HSL | 4.29º | 0.52% | 0.52% | - |
| HSV(B) | 4.29º | 0.64% | 0.77% | - |
| XYZ | 26.67 | 17.77 | 7.82 | - |
| YUV | 112.96 | 103.76 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 79 | 70 | 0 | 0.60 | 0.64 | 0.23 | 4.29 | 0.52 | 0.52 |
| Hex | C4 | 4F | 46 | 0 | 3C | 40 | 17 | 4 | 34 | 34 |
| Octal | 304 | 117 | 106 | 0 | 74 | 100 | 27 | 4 | 64 | 64 |
| Binary | 11000100 | 1001111 | 1000110 | 0 | 111100 | 1000000 | 10111 | 100 | 110100 | 110100 |
Color Harmonies of #C44F46
Complementary color
Monochromatic Colors of #C44F46
Black with #C44F46
Text Example
Text Example
White with #C44F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44F46; }
p { color: rgb(196,79,70); }
H1.HeaderClassName
{
color: #C44F46;
}
.AnyTagClassName
{
color: #C44F46;
}
</style>
background-color css
<style>
a { background-color: #C44F46; }
a { background-color: rgb(196,79,70); }
div.DivClassName
{
background-color: #C44F46;
}
.BgClassName
{
background-color: #C44F46;
}
</style>
border-color css
<style>
span { border-color: #C44F46; }
span { border-color: rgb(196,79,70); }
td.TdClassName
{
border-color: #C44F46;
}
.TagClassName
{
border-color: #C44F46;
}
</style>