Shades of Sunset #C8514C
Tints of Sunset #C8514C
RGB
CMYK
RGB Variations
Color information
#C8514C (or 0xC8514C) is known color: Sunset. HEX triplet: C8, 51 and 4C. RGB value is (200,81,76). Sum of RGB (Red+Green+Blue) = 200+81+76=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C8514C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8514C is #37AEB3. Grayscale: #747474. Windows color (decimal): -3649204 or 5001672. OLE color: 5001672.
HSL color Cylindrical-coordinate representation of color #C8514C: hue angle of 2.42º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8514C is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 76 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.22 |
| HSL | 2.42º | 0.53% | 0.54% | - |
| HSV(B) | 2.42º | 0.62% | 0.78% | - |
| XYZ | 28.07 | 18.69 | 8.96 | - |
| YUV | 116.01 | 105.42 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 76 | 0 | 0.59 | 0.62 | 0.22 | 2.42 | 0.53 | 0.54 |
| Hex | C8 | 51 | 4C | 0 | 3B | 3E | 16 | 2 | 35 | 36 |
| Octal | 310 | 121 | 114 | 0 | 73 | 76 | 26 | 2 | 65 | 66 |
| Binary | 11001000 | 1010001 | 1001100 | 0 | 111011 | 111110 | 10110 | 10 | 110101 | 110110 |
Color Harmonies of #C8514C
Complementary color
Monochromatic Colors of #C8514C
Black with #C8514C
Text Example
Text Example
White with #C8514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8514C; }
p { color: rgb(200,81,76); }
H1.HeaderClassName
{
color: #C8514C;
}
.AnyTagClassName
{
color: #C8514C;
}
</style>
background-color css
<style>
a { background-color: #C8514C; }
a { background-color: rgb(200,81,76); }
div.DivClassName
{
background-color: #C8514C;
}
.BgClassName
{
background-color: #C8514C;
}
</style>
border-color css
<style>
span { border-color: #C8514C; }
span { border-color: rgb(200,81,76); }
td.TdClassName
{
border-color: #C8514C;
}
.TagClassName
{
border-color: #C8514C;
}
</style>