Shades of Sunset #C85246
Tints of Sunset #C85246
RGB
CMYK
RGB Variations
Color information
#C85246 (or 0xC85246) is known color: Sunset. HEX triplet: C8, 52 and 46. RGB value is (200,82,70). Sum of RGB (Red+Green+Blue) = 200+82+70=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C85246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85246 is #37ADB9. Grayscale: #747474. Windows color (decimal): -3648954 or 4608712. OLE color: 4608712.
HSL color Cylindrical-coordinate representation of color #C85246: hue angle of 5.54º 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 #C85246 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 70 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.22 |
| HSL | 5.54º | 0.54% | 0.53% | - |
| HSV(B) | 5.54º | 0.65% | 0.78% | - |
| XYZ | 27.94 | 18.76 | 7.94 | - |
| YUV | 115.91 | 102.09 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 70 | 0 | 0.59 | 0.65 | 0.22 | 5.54 | 0.54 | 0.53 |
| Hex | C8 | 52 | 46 | 0 | 3B | 41 | 16 | 6 | 36 | 35 |
| Octal | 310 | 122 | 106 | 0 | 73 | 101 | 26 | 6 | 66 | 65 |
| Binary | 11001000 | 1010010 | 1000110 | 0 | 111011 | 1000001 | 10110 | 110 | 110110 | 110101 |
Color Harmonies of #C85246
Complementary color
Monochromatic Colors of #C85246
Black with #C85246
Text Example
Text Example
White with #C85246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85246; }
p { color: rgb(200,82,70); }
H1.HeaderClassName
{
color: #C85246;
}
.AnyTagClassName
{
color: #C85246;
}
</style>
background-color css
<style>
a { background-color: #C85246; }
a { background-color: rgb(200,82,70); }
div.DivClassName
{
background-color: #C85246;
}
.BgClassName
{
background-color: #C85246;
}
</style>
border-color css
<style>
span { border-color: #C85246; }
span { border-color: rgb(200,82,70); }
td.TdClassName
{
border-color: #C85246;
}
.TagClassName
{
border-color: #C85246;
}
</style>