Shades of Sunset #C8534B
Tints of Sunset #C8534B
RGB
CMYK
RGB Variations
Color information
#C8534B (or 0xC8534B) is known color: Sunset. HEX triplet: C8, 53 and 4B. RGB value is (200,83,75). Sum of RGB (Red+Green+Blue) = 200+83+75=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C8534B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8534B is #37ACB4. Grayscale: #757575. Windows color (decimal): -3648693 or 4936648. OLE color: 4936648.
HSL color Cylindrical-coordinate representation of color #C8534B: hue angle of 3.84º 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 #C8534B is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 75 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.22 |
| HSL | 3.84º | 0.53% | 0.54% | - |
| HSV(B) | 3.84º | 0.63% | 0.78% | - |
| XYZ | 28.18 | 18.97 | 8.83 | - |
| YUV | 117.07 | 104.26 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 75 | 0 | 0.58 | 0.62 | 0.22 | 3.84 | 0.53 | 0.54 |
| Hex | C8 | 53 | 4B | 0 | 3A | 3E | 16 | 4 | 35 | 36 |
| Octal | 310 | 123 | 113 | 0 | 72 | 76 | 26 | 4 | 65 | 66 |
| Binary | 11001000 | 1010011 | 1001011 | 0 | 111010 | 111110 | 10110 | 100 | 110101 | 110110 |
Color Harmonies of #C8534B
Complementary color
Monochromatic Colors of #C8534B
Black with #C8534B
Text Example
Text Example
White with #C8534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8534B; }
p { color: rgb(200,83,75); }
H1.HeaderClassName
{
color: #C8534B;
}
.AnyTagClassName
{
color: #C8534B;
}
</style>
background-color css
<style>
a { background-color: #C8534B; }
a { background-color: rgb(200,83,75); }
div.DivClassName
{
background-color: #C8534B;
}
.BgClassName
{
background-color: #C8534B;
}
</style>
border-color css
<style>
span { border-color: #C8534B; }
span { border-color: rgb(200,83,75); }
td.TdClassName
{
border-color: #C8534B;
}
.TagClassName
{
border-color: #C8534B;
}
</style>