Shades of Sunset #C85245
Tints of Sunset #C85245
RGB
CMYK
RGB Variations
Color information
#C85245 (or 0xC85245) is known color: Sunset. HEX triplet: C8, 52 and 45. RGB value is (200,82,69). Sum of RGB (Red+Green+Blue) = 200+82+69=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C85245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85245 is #37ADBA. Grayscale: #737373. Windows color (decimal): -3648955 or 4543176. OLE color: 4543176.
HSL color Cylindrical-coordinate representation of color #C85245: hue angle of 5.95º 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 #C85245 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 69 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.22 |
| HSL | 5.95º | 0.54% | 0.53% | - |
| HSV(B) | 5.95º | 0.66% | 0.78% | - |
| XYZ | 27.91 | 18.74 | 7.78 | - |
| YUV | 115.8 | 101.59 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 69 | 0 | 0.59 | 0.66 | 0.22 | 5.95 | 0.54 | 0.53 |
| Hex | C8 | 52 | 45 | 0 | 3B | 42 | 16 | 6 | 36 | 35 |
| Octal | 310 | 122 | 105 | 0 | 73 | 102 | 26 | 6 | 66 | 65 |
| Binary | 11001000 | 1010010 | 1000101 | 0 | 111011 | 1000010 | 10110 | 110 | 110110 | 110101 |
Color Harmonies of #C85245
Complementary color
Monochromatic Colors of #C85245
Black with #C85245
Text Example
Text Example
White with #C85245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85245; }
p { color: rgb(200,82,69); }
H1.HeaderClassName
{
color: #C85245;
}
.AnyTagClassName
{
color: #C85245;
}
</style>
background-color css
<style>
a { background-color: #C85245; }
a { background-color: rgb(200,82,69); }
div.DivClassName
{
background-color: #C85245;
}
.BgClassName
{
background-color: #C85245;
}
</style>
border-color css
<style>
span { border-color: #C85245; }
span { border-color: rgb(200,82,69); }
td.TdClassName
{
border-color: #C85245;
}
.TagClassName
{
border-color: #C85245;
}
</style>