Shades of Sunset #C8514E
Tints of Sunset #C8514E
RGB
CMYK
RGB Variations
Color information
#C8514E (or 0xC8514E) is known color: Sunset. HEX triplet: C8, 51 and 4E. RGB value is (200,81,78). Sum of RGB (Red+Green+Blue) = 200+81+78=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C8514E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8514E is #37AEB1. Grayscale: #747474. Windows color (decimal): -3649202 or 5132744. OLE color: 5132744.
HSL color Cylindrical-coordinate representation of color #C8514E: hue angle of 1.48º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8514E is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 78 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.22 |
| HSL | 1.48º | 0.53% | 0.55% | - |
| HSV(B) | 1.48º | 0.61% | 0.78% | - |
| XYZ | 28.14 | 18.71 | 9.34 | - |
| YUV | 116.24 | 106.42 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 78 | 0 | 0.59 | 0.61 | 0.22 | 1.48 | 0.53 | 0.55 |
| Hex | C8 | 51 | 4E | 0 | 3B | 3D | 16 | 1 | 35 | 37 |
| Octal | 310 | 121 | 116 | 0 | 73 | 75 | 26 | 1 | 65 | 67 |
| Binary | 11001000 | 1010001 | 1001110 | 0 | 111011 | 111101 | 10110 | 1 | 110101 | 110111 |
Color Harmonies of #C8514E
Complementary color
Monochromatic Colors of #C8514E
Black with #C8514E
Text Example
Text Example
White with #C8514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8514E; }
p { color: rgb(200,81,78); }
H1.HeaderClassName
{
color: #C8514E;
}
.AnyTagClassName
{
color: #C8514E;
}
</style>
background-color css
<style>
a { background-color: #C8514E; }
a { background-color: rgb(200,81,78); }
div.DivClassName
{
background-color: #C8514E;
}
.BgClassName
{
background-color: #C8514E;
}
</style>
border-color css
<style>
span { border-color: #C8514E; }
span { border-color: rgb(200,81,78); }
td.TdClassName
{
border-color: #C8514E;
}
.TagClassName
{
border-color: #C8514E;
}
</style>