Shades of Sunset #C9514D
Tints of Sunset #C9514D
RGB
CMYK
RGB Variations
Color information
#C9514D (or 0xC9514D) is known color: Sunset. HEX triplet: C9, 51 and 4D. RGB value is (201,81,77). Sum of RGB (Red+Green+Blue) = 201+81+77=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C9514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9514D is #36AEB2. Grayscale: #747474. Windows color (decimal): -3583667 or 5067209. OLE color: 5067209.
HSL color Cylindrical-coordinate representation of color #C9514D: hue angle of 1.94º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9514D is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 81 | 77 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.21 |
| HSL | 1.94º | 0.53% | 0.55% | - |
| HSV(B) | 1.94º | 0.62% | 0.79% | - |
| XYZ | 28.37 | 18.84 | 9.16 | - |
| YUV | 116.42 | 105.76 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 77 | 0 | 0.60 | 0.62 | 0.21 | 1.94 | 0.53 | 0.55 |
| Hex | C9 | 51 | 4D | 0 | 3C | 3E | 15 | 2 | 35 | 37 |
| Octal | 311 | 121 | 115 | 0 | 74 | 76 | 25 | 2 | 65 | 67 |
| Binary | 11001001 | 1010001 | 1001101 | 0 | 111100 | 111110 | 10101 | 10 | 110101 | 110111 |
Color Harmonies of #C9514D
Complementary color
Monochromatic Colors of #C9514D
Black with #C9514D
Text Example
Text Example
White with #C9514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9514D; }
p { color: rgb(201,81,77); }
H1.HeaderClassName
{
color: #C9514D;
}
.AnyTagClassName
{
color: #C9514D;
}
</style>
background-color css
<style>
a { background-color: #C9514D; }
a { background-color: rgb(201,81,77); }
div.DivClassName
{
background-color: #C9514D;
}
.BgClassName
{
background-color: #C9514D;
}
</style>
border-color css
<style>
span { border-color: #C9514D; }
span { border-color: rgb(201,81,77); }
td.TdClassName
{
border-color: #C9514D;
}
.TagClassName
{
border-color: #C9514D;
}
</style>