Shades of Sunset #C7514A
Tints of Sunset #C7514A
RGB
CMYK
RGB Variations
Color information
#C7514A (or 0xC7514A) is known color: Sunset. HEX triplet: C7, 51 and 4A. RGB value is (199,81,74). Sum of RGB (Red+Green+Blue) = 199+81+74=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C7514A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7514A is #38AEB5. Grayscale: #737373. Windows color (decimal): -3714742 or 4870599. OLE color: 4870599.
HSL color Cylindrical-coordinate representation of color #C7514A: hue angle of 3.36º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7514A is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 81 | 74 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.22 |
| HSL | 3.36º | 0.53% | 0.54% | - |
| HSV(B) | 3.36º | 0.63% | 0.78% | - |
| XYZ | 27.73 | 18.52 | 8.59 | - |
| YUV | 115.48 | 104.59 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 74 | 0 | 0.59 | 0.63 | 0.22 | 3.36 | 0.53 | 0.54 |
| Hex | C7 | 51 | 4A | 0 | 3B | 3F | 16 | 3 | 35 | 36 |
| Octal | 307 | 121 | 112 | 0 | 73 | 77 | 26 | 3 | 65 | 66 |
| Binary | 11000111 | 1010001 | 1001010 | 0 | 111011 | 111111 | 10110 | 11 | 110101 | 110110 |
Color Harmonies of #C7514A
Complementary color
Monochromatic Colors of #C7514A
Black with #C7514A
Text Example
Text Example
White with #C7514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7514A; }
p { color: rgb(199,81,74); }
H1.HeaderClassName
{
color: #C7514A;
}
.AnyTagClassName
{
color: #C7514A;
}
</style>
background-color css
<style>
a { background-color: #C7514A; }
a { background-color: rgb(199,81,74); }
div.DivClassName
{
background-color: #C7514A;
}
.BgClassName
{
background-color: #C7514A;
}
</style>
border-color css
<style>
span { border-color: #C7514A; }
span { border-color: rgb(199,81,74); }
td.TdClassName
{
border-color: #C7514A;
}
.TagClassName
{
border-color: #C7514A;
}
</style>