Shades of Sunset #C44B40
Tints of Sunset #C44B40
RGB
CMYK
RGB Variations
Color information
#C44B40 (or 0xC44B40) is known color: Sunset. HEX triplet: C4, 4B and 40. RGB value is (196,75,64). Sum of RGB (Red+Green+Blue) = 196+75+64=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C44B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44B40 is #3BB4BF. Grayscale: #6E6E6E. Windows color (decimal): -3912896 or 4213700. OLE color: 4213700.
HSL color Cylindrical-coordinate representation of color #C44B40: hue angle of 5º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44B40 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 75 | 64 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.23 |
| HSL | 5º | 0.53% | 0.51% | - |
| HSV(B) | 5º | 0.67% | 0.77% | - |
| XYZ | 26.21 | 17.14 | 6.78 | - |
| YUV | 109.93 | 102.09 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 75 | 64 | 0 | 0.62 | 0.67 | 0.23 | 5 | 0.53 | 0.51 |
| Hex | C4 | 4B | 40 | 0 | 3E | 43 | 17 | 5 | 35 | 33 |
| Octal | 304 | 113 | 100 | 0 | 76 | 103 | 27 | 5 | 65 | 63 |
| Binary | 11000100 | 1001011 | 1000000 | 0 | 111110 | 1000011 | 10111 | 101 | 110101 | 110011 |
Color Harmonies of #C44B40
Complementary color
Monochromatic Colors of #C44B40
Black with #C44B40
Text Example
Text Example
White with #C44B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44B40; }
p { color: rgb(196,75,64); }
H1.HeaderClassName
{
color: #C44B40;
}
.AnyTagClassName
{
color: #C44B40;
}
</style>
background-color css
<style>
a { background-color: #C44B40; }
a { background-color: rgb(196,75,64); }
div.DivClassName
{
background-color: #C44B40;
}
.BgClassName
{
background-color: #C44B40;
}
</style>
border-color css
<style>
span { border-color: #C44B40; }
span { border-color: rgb(196,75,64); }
td.TdClassName
{
border-color: #C44B40;
}
.TagClassName
{
border-color: #C44B40;
}
</style>