Shades of Sunset #C44E4B
Tints of Sunset #C44E4B
RGB
CMYK
RGB Variations
Color information
#C44E4B (or 0xC44E4B) is known color: Sunset. HEX triplet: C4, 4E and 4B. RGB value is (196,78,75). Sum of RGB (Red+Green+Blue) = 196+78+75=349 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.16% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C44E4B is #3BB1B4. Grayscale: #717171. Windows color (decimal): -3912117 or 4935364. OLE color: 4935364.
HSL color Cylindrical-coordinate representation of color #C44E4B: hue angle of 1.49º 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 #C44E4B is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 78 | 75 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.23 |
| HSL | 1.49º | 0.51% | 0.53% | - |
| HSV(B) | 1.49º | 0.62% | 0.77% | - |
| XYZ | 26.76 | 17.69 | 8.66 | - |
| YUV | 112.94 | 106.59 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 75 | 0 | 0.60 | 0.62 | 0.23 | 1.49 | 0.51 | 0.53 |
| Hex | C4 | 4E | 4B | 0 | 3C | 3E | 17 | 1 | 33 | 35 |
| Octal | 304 | 116 | 113 | 0 | 74 | 76 | 27 | 1 | 63 | 65 |
| Binary | 11000100 | 1001110 | 1001011 | 0 | 111100 | 111110 | 10111 | 1 | 110011 | 110101 |
Color Harmonies of #C44E4B
Complementary color
Monochromatic Colors of #C44E4B
Black with #C44E4B
Text Example
Text Example
White with #C44E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44E4B; }
p { color: rgb(196,78,75); }
H1.HeaderClassName
{
color: #C44E4B;
}
.AnyTagClassName
{
color: #C44E4B;
}
</style>
background-color css
<style>
a { background-color: #C44E4B; }
a { background-color: rgb(196,78,75); }
div.DivClassName
{
background-color: #C44E4B;
}
.BgClassName
{
background-color: #C44E4B;
}
</style>
border-color css
<style>
span { border-color: #C44E4B; }
span { border-color: rgb(196,78,75); }
td.TdClassName
{
border-color: #C44E4B;
}
.TagClassName
{
border-color: #C44E4B;
}
</style>