Shades of Sunset #C44C45
Tints of Sunset #C44C45
RGB
CMYK
RGB Variations
Color information
#C44C45 (or 0xC44C45) is known color: Sunset. HEX triplet: C4, 4C and 45. RGB value is (196,76,69). Sum of RGB (Red+Green+Blue) = 196+76+69=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44C45 is #3BB3BA. Grayscale: #6F6F6F. Windows color (decimal): -3912635 or 4541636. OLE color: 4541636.
HSL color Cylindrical-coordinate representation of color #C44C45: hue angle of 3.31º 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 #C44C45 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 76 | 69 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.23 |
| HSL | 3.31º | 0.52% | 0.52% | - |
| HSV(B) | 3.31º | 0.65% | 0.77% | - |
| XYZ | 26.42 | 17.33 | 7.58 | - |
| YUV | 111.08 | 104.26 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 69 | 0 | 0.61 | 0.65 | 0.23 | 3.31 | 0.52 | 0.52 |
| Hex | C4 | 4C | 45 | 0 | 3D | 41 | 17 | 3 | 34 | 34 |
| Octal | 304 | 114 | 105 | 0 | 75 | 101 | 27 | 3 | 64 | 64 |
| Binary | 11000100 | 1001100 | 1000101 | 0 | 111101 | 1000001 | 10111 | 11 | 110100 | 110100 |
Color Harmonies of #C44C45
Complementary color
Monochromatic Colors of #C44C45
Black with #C44C45
Text Example
Text Example
White with #C44C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44C45; }
p { color: rgb(196,76,69); }
H1.HeaderClassName
{
color: #C44C45;
}
.AnyTagClassName
{
color: #C44C45;
}
</style>
background-color css
<style>
a { background-color: #C44C45; }
a { background-color: rgb(196,76,69); }
div.DivClassName
{
background-color: #C44C45;
}
.BgClassName
{
background-color: #C44C45;
}
</style>
border-color css
<style>
span { border-color: #C44C45; }
span { border-color: rgb(196,76,69); }
td.TdClassName
{
border-color: #C44C45;
}
.TagClassName
{
border-color: #C44C45;
}
</style>