Shades of Sunset #C44745
Tints of Sunset #C44745
RGB
CMYK
RGB Variations
Color information
#C44745 (or 0xC44745) is known color: Sunset. HEX triplet: C4, 47 and 45. RGB value is (196,71,69). Sum of RGB (Red+Green+Blue) = 196+71+69=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C44745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44745 is #3BB8BA. Grayscale: #6C6C6C. Windows color (decimal): -3913915 or 4540356. OLE color: 4540356.
HSL color Cylindrical-coordinate representation of color #C44745: hue angle of 0.94º 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 #C44745 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 71 | 69 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.23 |
| HSL | 0.94º | 0.52% | 0.52% | - |
| HSV(B) | 0.94º | 0.65% | 0.77% | - |
| XYZ | 26.09 | 16.67 | 7.47 | - |
| YUV | 108.15 | 105.91 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 69 | 0 | 0.64 | 0.65 | 0.23 | 0.94 | 0.52 | 0.52 |
| Hex | C4 | 47 | 45 | 0 | 40 | 41 | 17 | 1 | 34 | 34 |
| Octal | 304 | 107 | 105 | 0 | 100 | 101 | 27 | 1 | 64 | 64 |
| Binary | 11000100 | 1000111 | 1000101 | 0 | 1000000 | 1000001 | 10111 | 1 | 110100 | 110100 |
Color Harmonies of #C44745
Complementary color
Monochromatic Colors of #C44745
Black with #C44745
Text Example
Text Example
White with #C44745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44745; }
p { color: rgb(196,71,69); }
H1.HeaderClassName
{
color: #C44745;
}
.AnyTagClassName
{
color: #C44745;
}
</style>
background-color css
<style>
a { background-color: #C44745; }
a { background-color: rgb(196,71,69); }
div.DivClassName
{
background-color: #C44745;
}
.BgClassName
{
background-color: #C44745;
}
</style>
border-color css
<style>
span { border-color: #C44745; }
span { border-color: rgb(196,71,69); }
td.TdClassName
{
border-color: #C44745;
}
.TagClassName
{
border-color: #C44745;
}
</style>