Shades of Sunset #C45142
Tints of Sunset #C45142
RGB
CMYK
RGB Variations
Color information
#C45142 (or 0xC45142) is known color: Sunset. HEX triplet: C4, 51 and 42. RGB value is (196,81,66). Sum of RGB (Red+Green+Blue) = 196+81+66=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C45142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45142 is #3BAEBD. Grayscale: #717171. Windows color (decimal): -3911358 or 4346308. OLE color: 4346308.
HSL color Cylindrical-coordinate representation of color #C45142: hue angle of 6.92º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C45142 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 66 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.23 |
| HSL | 6.92º | 0.52% | 0.51% | - |
| HSV(B) | 6.92º | 0.66% | 0.77% | - |
| XYZ | 26.69 | 18.01 | 7.22 | - |
| YUV | 113.68 | 101.1 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 66 | 0 | 0.59 | 0.66 | 0.23 | 6.92 | 0.52 | 0.51 |
| Hex | C4 | 51 | 42 | 0 | 3B | 42 | 17 | 7 | 34 | 33 |
| Octal | 304 | 121 | 102 | 0 | 73 | 102 | 27 | 7 | 64 | 63 |
| Binary | 11000100 | 1010001 | 1000010 | 0 | 111011 | 1000010 | 10111 | 111 | 110100 | 110011 |
Color Harmonies of #C45142
Complementary color
Monochromatic Colors of #C45142
Black with #C45142
Text Example
Text Example
White with #C45142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45142; }
p { color: rgb(196,81,66); }
H1.HeaderClassName
{
color: #C45142;
}
.AnyTagClassName
{
color: #C45142;
}
</style>
background-color css
<style>
a { background-color: #C45142; }
a { background-color: rgb(196,81,66); }
div.DivClassName
{
background-color: #C45142;
}
.BgClassName
{
background-color: #C45142;
}
</style>
border-color css
<style>
span { border-color: #C45142; }
span { border-color: rgb(196,81,66); }
td.TdClassName
{
border-color: #C45142;
}
.TagClassName
{
border-color: #C45142;
}
</style>