Shades of Sunset #C4514B
Tints of Sunset #C4514B
RGB
CMYK
RGB Variations
Color information
#C4514B (or 0xC4514B) is known color: Sunset. HEX triplet: C4, 51 and 4B. RGB value is (196,81,75). Sum of RGB (Red+Green+Blue) = 196+81+75=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C4514B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4514B is #3BAEB4. Grayscale: #727272. Windows color (decimal): -3911349 or 4936132. OLE color: 4936132.
HSL color Cylindrical-coordinate representation of color #C4514B: hue angle of 2.98º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4514B is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 75 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.23 |
| HSL | 2.98º | 0.51% | 0.53% | - |
| HSV(B) | 2.98º | 0.62% | 0.77% | - |
| XYZ | 26.98 | 18.13 | 8.73 | - |
| YUV | 114.7 | 105.6 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 75 | 0 | 0.59 | 0.62 | 0.23 | 2.98 | 0.51 | 0.53 |
| Hex | C4 | 51 | 4B | 0 | 3B | 3E | 17 | 3 | 33 | 35 |
| Octal | 304 | 121 | 113 | 0 | 73 | 76 | 27 | 3 | 63 | 65 |
| Binary | 11000100 | 1010001 | 1001011 | 0 | 111011 | 111110 | 10111 | 11 | 110011 | 110101 |
Color Harmonies of #C4514B
Complementary color
Monochromatic Colors of #C4514B
Black with #C4514B
Text Example
Text Example
White with #C4514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4514B; }
p { color: rgb(196,81,75); }
H1.HeaderClassName
{
color: #C4514B;
}
.AnyTagClassName
{
color: #C4514B;
}
</style>
background-color css
<style>
a { background-color: #C4514B; }
a { background-color: rgb(196,81,75); }
div.DivClassName
{
background-color: #C4514B;
}
.BgClassName
{
background-color: #C4514B;
}
</style>
border-color css
<style>
span { border-color: #C4514B; }
span { border-color: rgb(196,81,75); }
td.TdClassName
{
border-color: #C4514B;
}
.TagClassName
{
border-color: #C4514B;
}
</style>