Shades of Sunset #C44D4A
Tints of Sunset #C44D4A
RGB
CMYK
RGB Variations
Color information
#C44D4A (or 0xC44D4A) is known color: Sunset. HEX triplet: C4, 4D and 4A. RGB value is (196,77,74). Sum of RGB (Red+Green+Blue) = 196+77+74=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C44D4A is #3BB2B5. Grayscale: #707070. Windows color (decimal): -3912374 or 4869572. OLE color: 4869572.
HSL color Cylindrical-coordinate representation of color #C44D4A: hue angle of 1.48º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C44D4A is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 77 | 74 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.23 |
| HSL | 1.48º | 0.51% | 0.53% | - |
| HSV(B) | 1.48º | 0.62% | 0.77% | - |
| XYZ | 26.65 | 17.54 | 8.46 | - |
| YUV | 112.24 | 106.42 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 74 | 0 | 0.61 | 0.62 | 0.23 | 1.48 | 0.51 | 0.53 |
| Hex | C4 | 4D | 4A | 0 | 3D | 3E | 17 | 1 | 33 | 35 |
| Octal | 304 | 115 | 112 | 0 | 75 | 76 | 27 | 1 | 63 | 65 |
| Binary | 11000100 | 1001101 | 1001010 | 0 | 111101 | 111110 | 10111 | 1 | 110011 | 110101 |
Color Harmonies of #C44D4A
Complementary color
Monochromatic Colors of #C44D4A
Black with #C44D4A
Text Example
Text Example
White with #C44D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44D4A; }
p { color: rgb(196,77,74); }
H1.HeaderClassName
{
color: #C44D4A;
}
.AnyTagClassName
{
color: #C44D4A;
}
</style>
background-color css
<style>
a { background-color: #C44D4A; }
a { background-color: rgb(196,77,74); }
div.DivClassName
{
background-color: #C44D4A;
}
.BgClassName
{
background-color: #C44D4A;
}
</style>
border-color css
<style>
span { border-color: #C44D4A; }
span { border-color: rgb(196,77,74); }
td.TdClassName
{
border-color: #C44D4A;
}
.TagClassName
{
border-color: #C44D4A;
}
</style>