Shades of Sunset #C4514C
Tints of Sunset #C4514C
RGB
CMYK
RGB Variations
Color information
#C4514C (or 0xC4514C) is known color: Sunset. HEX triplet: C4, 51 and 4C. RGB value is (196,81,76). Sum of RGB (Red+Green+Blue) = 196+81+76=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C4514C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4514C is #3BAEB3. Grayscale: #727272. Windows color (decimal): -3911348 or 5001668. OLE color: 5001668.
HSL color Cylindrical-coordinate representation of color #C4514C: hue angle of 2.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4514C is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 76 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.23 |
| HSL | 2.5º | 0.5% | 0.53% | - |
| HSV(B) | 2.5º | 0.61% | 0.77% | - |
| XYZ | 27.01 | 18.14 | 8.92 | - |
| YUV | 114.82 | 106.1 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 76 | 0 | 0.59 | 0.61 | 0.23 | 2.5 | 0.5 | 0.53 |
| Hex | C4 | 51 | 4C | 0 | 3B | 3D | 17 | 2 | 32 | 35 |
| Octal | 304 | 121 | 114 | 0 | 73 | 75 | 27 | 2 | 62 | 65 |
| Binary | 11000100 | 1010001 | 1001100 | 0 | 111011 | 111101 | 10111 | 10 | 110010 | 110101 |
Color Harmonies of #C4514C
Complementary color
Monochromatic Colors of #C4514C
Black with #C4514C
Text Example
Text Example
White with #C4514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4514C; }
p { color: rgb(196,81,76); }
H1.HeaderClassName
{
color: #C4514C;
}
.AnyTagClassName
{
color: #C4514C;
}
</style>
background-color css
<style>
a { background-color: #C4514C; }
a { background-color: rgb(196,81,76); }
div.DivClassName
{
background-color: #C4514C;
}
.BgClassName
{
background-color: #C4514C;
}
</style>
border-color css
<style>
span { border-color: #C4514C; }
span { border-color: rgb(196,81,76); }
td.TdClassName
{
border-color: #C4514C;
}
.TagClassName
{
border-color: #C4514C;
}
</style>