Shades of Sunset #C44D44
Tints of Sunset #C44D44
RGB
CMYK
RGB Variations
Color information
#C44D44 (or 0xC44D44) is known color: Sunset. HEX triplet: C4, 4D and 44. RGB value is (196,77,68). Sum of RGB (Red+Green+Blue) = 196+77+68=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C44D44 is #3BB2BB. Grayscale: #6F6F6F. Windows color (decimal): -3912380 or 4476356. OLE color: 4476356.
HSL color Cylindrical-coordinate representation of color #C44D44: hue angle of 4.22º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C44D44 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 77 | 68 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.23 |
| HSL | 4.22º | 0.52% | 0.52% | - |
| HSV(B) | 4.22º | 0.65% | 0.77% | - |
| XYZ | 26.46 | 17.46 | 7.44 | - |
| YUV | 111.56 | 103.42 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 68 | 0 | 0.61 | 0.65 | 0.23 | 4.22 | 0.52 | 0.52 |
| Hex | C4 | 4D | 44 | 0 | 3D | 41 | 17 | 4 | 34 | 34 |
| Octal | 304 | 115 | 104 | 0 | 75 | 101 | 27 | 4 | 64 | 64 |
| Binary | 11000100 | 1001101 | 1000100 | 0 | 111101 | 1000001 | 10111 | 100 | 110100 | 110100 |
Color Harmonies of #C44D44
Complementary color
Monochromatic Colors of #C44D44
Black with #C44D44
Text Example
Text Example
White with #C44D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44D44; }
p { color: rgb(196,77,68); }
H1.HeaderClassName
{
color: #C44D44;
}
.AnyTagClassName
{
color: #C44D44;
}
</style>
background-color css
<style>
a { background-color: #C44D44; }
a { background-color: rgb(196,77,68); }
div.DivClassName
{
background-color: #C44D44;
}
.BgClassName
{
background-color: #C44D44;
}
</style>
border-color css
<style>
span { border-color: #C44D44; }
span { border-color: rgb(196,77,68); }
td.TdClassName
{
border-color: #C44D44;
}
.TagClassName
{
border-color: #C44D44;
}
</style>