Shades of Sunset #C8534C
Tints of Sunset #C8534C
RGB
CMYK
RGB Variations
Color information
#C8534C (or 0xC8534C) is known color: Sunset. HEX triplet: C8, 53 and 4C. RGB value is (200,83,76). Sum of RGB (Red+Green+Blue) = 200+83+76=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C8534C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8534C is #37ACB3. Grayscale: #757575. Windows color (decimal): -3648692 or 5002184. OLE color: 5002184.
HSL color Cylindrical-coordinate representation of color #C8534C: hue angle of 3.39º 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 #C8534C is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 76 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.22 |
| HSL | 3.39º | 0.53% | 0.54% | - |
| HSV(B) | 3.39º | 0.62% | 0.78% | - |
| XYZ | 28.22 | 18.99 | 9.02 | - |
| YUV | 117.19 | 104.76 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 76 | 0 | 0.58 | 0.62 | 0.22 | 3.39 | 0.53 | 0.54 |
| Hex | C8 | 53 | 4C | 0 | 3A | 3E | 16 | 3 | 35 | 36 |
| Octal | 310 | 123 | 114 | 0 | 72 | 76 | 26 | 3 | 65 | 66 |
| Binary | 11001000 | 1010011 | 1001100 | 0 | 111010 | 111110 | 10110 | 11 | 110101 | 110110 |
Color Harmonies of #C8534C
Complementary color
Monochromatic Colors of #C8534C
Black with #C8534C
Text Example
Text Example
White with #C8534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8534C; }
p { color: rgb(200,83,76); }
H1.HeaderClassName
{
color: #C8534C;
}
.AnyTagClassName
{
color: #C8534C;
}
</style>
background-color css
<style>
a { background-color: #C8534C; }
a { background-color: rgb(200,83,76); }
div.DivClassName
{
background-color: #C8534C;
}
.BgClassName
{
background-color: #C8534C;
}
</style>
border-color css
<style>
span { border-color: #C8534C; }
span { border-color: rgb(200,83,76); }
td.TdClassName
{
border-color: #C8534C;
}
.TagClassName
{
border-color: #C8534C;
}
</style>