Shades of Sunset #C85145
Tints of Sunset #C85145
RGB
CMYK
RGB Variations
Color information
#C85145 (or 0xC85145) is known color: Sunset. HEX triplet: C8, 51 and 45. RGB value is (200,81,69). Sum of RGB (Red+Green+Blue) = 200+81+69=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C85145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85145 is #37AEBA. Grayscale: #737373. Windows color (decimal): -3649211 or 4542920. OLE color: 4542920.
HSL color Cylindrical-coordinate representation of color #C85145: hue angle of 5.5º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C85145 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 69 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.22 |
| HSL | 5.5º | 0.54% | 0.53% | - |
| HSV(B) | 5.5º | 0.66% | 0.78% | - |
| XYZ | 27.84 | 18.59 | 7.75 | - |
| YUV | 115.21 | 101.92 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 69 | 0 | 0.59 | 0.66 | 0.22 | 5.5 | 0.54 | 0.53 |
| Hex | C8 | 51 | 45 | 0 | 3B | 42 | 16 | 5 | 36 | 35 |
| Octal | 310 | 121 | 105 | 0 | 73 | 102 | 26 | 5 | 66 | 65 |
| Binary | 11001000 | 1010001 | 1000101 | 0 | 111011 | 1000010 | 10110 | 101 | 110110 | 110101 |
Color Harmonies of #C85145
Complementary color
Monochromatic Colors of #C85145
Black with #C85145
Text Example
Text Example
White with #C85145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85145; }
p { color: rgb(200,81,69); }
H1.HeaderClassName
{
color: #C85145;
}
.AnyTagClassName
{
color: #C85145;
}
</style>
background-color css
<style>
a { background-color: #C85145; }
a { background-color: rgb(200,81,69); }
div.DivClassName
{
background-color: #C85145;
}
.BgClassName
{
background-color: #C85145;
}
</style>
border-color css
<style>
span { border-color: #C85145; }
span { border-color: rgb(200,81,69); }
td.TdClassName
{
border-color: #C85145;
}
.TagClassName
{
border-color: #C85145;
}
</style>