Shades of Sunset #C85549
Tints of Sunset #C85549
RGB
CMYK
RGB Variations
Color information
#C85549 (or 0xC85549) is known color: Sunset. HEX triplet: C8, 55 and 49. RGB value is (200,85,73). Sum of RGB (Red+Green+Blue) = 200+85+73=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C85549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85549 is #37AAB6. Grayscale: #767676. Windows color (decimal): -3648183 or 4806088. OLE color: 4806088.
HSL color Cylindrical-coordinate representation of color #C85549: hue angle of 5.67º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C85549 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 85 | 73 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.22 |
| HSL | 5.67º | 0.54% | 0.54% | - |
| HSV(B) | 5.67º | 0.64% | 0.78% | - |
| XYZ | 28.27 | 19.26 | 8.53 | - |
| YUV | 118.02 | 102.6 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 73 | 0 | 0.58 | 0.64 | 0.22 | 5.67 | 0.54 | 0.54 |
| Hex | C8 | 55 | 49 | 0 | 3A | 40 | 16 | 6 | 36 | 36 |
| Octal | 310 | 125 | 111 | 0 | 72 | 100 | 26 | 6 | 66 | 66 |
| Binary | 11001000 | 1010101 | 1001001 | 0 | 111010 | 1000000 | 10110 | 110 | 110110 | 110110 |
Color Harmonies of #C85549
Complementary color
Monochromatic Colors of #C85549
Black with #C85549
Text Example
Text Example
White with #C85549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85549; }
p { color: rgb(200,85,73); }
H1.HeaderClassName
{
color: #C85549;
}
.AnyTagClassName
{
color: #C85549;
}
</style>
background-color css
<style>
a { background-color: #C85549; }
a { background-color: rgb(200,85,73); }
div.DivClassName
{
background-color: #C85549;
}
.BgClassName
{
background-color: #C85549;
}
</style>
border-color css
<style>
span { border-color: #C85549; }
span { border-color: rgb(200,85,73); }
td.TdClassName
{
border-color: #C85549;
}
.TagClassName
{
border-color: #C85549;
}
</style>