Shades of Sunset #C8534D
Tints of Sunset #C8534D
RGB
CMYK
RGB Variations
Color information
#C8534D (or 0xC8534D) is known color: Sunset. HEX triplet: C8, 53 and 4D. RGB value is (200,83,77). Sum of RGB (Red+Green+Blue) = 200+83+77=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C8534D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8534D is #37ACB2. Grayscale: #757575. Windows color (decimal): -3648691 or 5067720. OLE color: 5067720.
HSL color Cylindrical-coordinate representation of color #C8534D: hue angle of 2.93º 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 #C8534D is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 77 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.22 |
| HSL | 2.93º | 0.53% | 0.54% | - |
| HSV(B) | 2.93º | 0.62% | 0.78% | - |
| XYZ | 28.25 | 19 | 9.2 | - |
| YUV | 117.3 | 105.26 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 77 | 0 | 0.58 | 0.62 | 0.22 | 2.93 | 0.53 | 0.54 |
| Hex | C8 | 53 | 4D | 0 | 3A | 3E | 16 | 3 | 35 | 36 |
| Octal | 310 | 123 | 115 | 0 | 72 | 76 | 26 | 3 | 65 | 66 |
| Binary | 11001000 | 1010011 | 1001101 | 0 | 111010 | 111110 | 10110 | 11 | 110101 | 110110 |
Color Harmonies of #C8534D
Complementary color
Monochromatic Colors of #C8534D
Black with #C8534D
Text Example
Text Example
White with #C8534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8534D; }
p { color: rgb(200,83,77); }
H1.HeaderClassName
{
color: #C8534D;
}
.AnyTagClassName
{
color: #C8534D;
}
</style>
background-color css
<style>
a { background-color: #C8534D; }
a { background-color: rgb(200,83,77); }
div.DivClassName
{
background-color: #C8534D;
}
.BgClassName
{
background-color: #C8534D;
}
</style>
border-color css
<style>
span { border-color: #C8534D; }
span { border-color: rgb(200,83,77); }
td.TdClassName
{
border-color: #C8534D;
}
.TagClassName
{
border-color: #C8534D;
}
</style>