Shades of Sunset #C44E4C
Tints of Sunset #C44E4C
RGB
CMYK
RGB Variations
Color information
#C44E4C (or 0xC44E4C) is known color: Sunset. HEX triplet: C4, 4E and 4C. RGB value is (196,78,76). Sum of RGB (Red+Green+Blue) = 196+78+76=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C44E4C is #3BB1B3. Grayscale: #717171. Windows color (decimal): -3912116 or 5000900. OLE color: 5000900.
HSL color Cylindrical-coordinate representation of color #C44E4C: hue angle of 1º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44E4C is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 78 | 76 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.23 |
| HSL | 1º | 0.5% | 0.53% | - |
| HSV(B) | 1º | 0.61% | 0.77% | - |
| XYZ | 26.79 | 17.71 | 8.84 | - |
| YUV | 113.05 | 107.09 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 76 | 0 | 0.60 | 0.61 | 0.23 | 1 | 0.5 | 0.53 |
| Hex | C4 | 4E | 4C | 0 | 3C | 3D | 17 | 1 | 32 | 35 |
| Octal | 304 | 116 | 114 | 0 | 74 | 75 | 27 | 1 | 62 | 65 |
| Binary | 11000100 | 1001110 | 1001100 | 0 | 111100 | 111101 | 10111 | 1 | 110010 | 110101 |
Color Harmonies of #C44E4C
Complementary color
Monochromatic Colors of #C44E4C
Black with #C44E4C
Text Example
Text Example
White with #C44E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44E4C; }
p { color: rgb(196,78,76); }
H1.HeaderClassName
{
color: #C44E4C;
}
.AnyTagClassName
{
color: #C44E4C;
}
</style>
background-color css
<style>
a { background-color: #C44E4C; }
a { background-color: rgb(196,78,76); }
div.DivClassName
{
background-color: #C44E4C;
}
.BgClassName
{
background-color: #C44E4C;
}
</style>
border-color css
<style>
span { border-color: #C44E4C; }
span { border-color: rgb(196,78,76); }
td.TdClassName
{
border-color: #C44E4C;
}
.TagClassName
{
border-color: #C44E4C;
}
</style>