Shades of Sunset #C7514D
Tints of Sunset #C7514D
RGB
CMYK
RGB Variations
Color information
#C7514D (or 0xC7514D) is known color: Sunset. HEX triplet: C7, 51 and 4D. RGB value is (199,81,77). Sum of RGB (Red+Green+Blue) = 199+81+77=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C7514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7514D is #38AEB2. Grayscale: #737373. Windows color (decimal): -3714739 or 5067207. OLE color: 5067207.
HSL color Cylindrical-coordinate representation of color #C7514D: hue angle of 1.97º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C7514D is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 81 | 77 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.22 |
| HSL | 1.97º | 0.52% | 0.54% | - |
| HSV(B) | 1.97º | 0.61% | 0.78% | - |
| XYZ | 27.84 | 18.56 | 9.14 | - |
| YUV | 115.83 | 106.09 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 77 | 0 | 0.59 | 0.61 | 0.22 | 1.97 | 0.52 | 0.54 |
| Hex | C7 | 51 | 4D | 0 | 3B | 3D | 16 | 2 | 34 | 36 |
| Octal | 307 | 121 | 115 | 0 | 73 | 75 | 26 | 2 | 64 | 66 |
| Binary | 11000111 | 1010001 | 1001101 | 0 | 111011 | 111101 | 10110 | 10 | 110100 | 110110 |
Color Harmonies of #C7514D
Complementary color
Monochromatic Colors of #C7514D
Black with #C7514D
Text Example
Text Example
White with #C7514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7514D; }
p { color: rgb(199,81,77); }
H1.HeaderClassName
{
color: #C7514D;
}
.AnyTagClassName
{
color: #C7514D;
}
</style>
background-color css
<style>
a { background-color: #C7514D; }
a { background-color: rgb(199,81,77); }
div.DivClassName
{
background-color: #C7514D;
}
.BgClassName
{
background-color: #C7514D;
}
</style>
border-color css
<style>
span { border-color: #C7514D; }
span { border-color: rgb(199,81,77); }
td.TdClassName
{
border-color: #C7514D;
}
.TagClassName
{
border-color: #C7514D;
}
</style>