Shades of Sunglo #C85E4D
Tints of Sunglo #C85E4D
RGB
CMYK
RGB Variations
Color information
#C85E4D (or 0xC85E4D) is known color: Sunglo. HEX triplet: C8, 5E and 4D. RGB value is (200,94,77). Sum of RGB (Red+Green+Blue) = 200+94+77=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85E4D is #37A1B2. Grayscale: #7B7B7B. Windows color (decimal): -3645875 or 5070536. OLE color: 5070536.
HSL color Cylindrical-coordinate representation of color #C85E4D: hue angle of 8.29º 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 #C85E4D is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 94 | 77 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.22 |
| HSL | 8.29º | 0.53% | 0.54% | - |
| HSV(B) | 8.29º | 0.62% | 0.78% | - |
| XYZ | 29.16 | 20.82 | 9.5 | - |
| YUV | 123.76 | 101.62 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 77 | 0 | 0.53 | 0.62 | 0.22 | 8.29 | 0.53 | 0.54 |
| Hex | C8 | 5E | 4D | 0 | 35 | 3E | 16 | 8 | 35 | 36 |
| Octal | 310 | 136 | 115 | 0 | 65 | 76 | 26 | 10 | 65 | 66 |
| Binary | 11001000 | 1011110 | 1001101 | 0 | 110101 | 111110 | 10110 | 1000 | 110101 | 110110 |
Color Harmonies of #C85E4D
Complementary color
Monochromatic Colors of #C85E4D
Black with #C85E4D
Text Example
Text Example
White with #C85E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85E4D; }
p { color: rgb(200,94,77); }
H1.HeaderClassName
{
color: #C85E4D;
}
.AnyTagClassName
{
color: #C85E4D;
}
</style>
background-color css
<style>
a { background-color: #C85E4D; }
a { background-color: rgb(200,94,77); }
div.DivClassName
{
background-color: #C85E4D;
}
.BgClassName
{
background-color: #C85E4D;
}
</style>
border-color css
<style>
span { border-color: #C85E4D; }
span { border-color: rgb(200,94,77); }
td.TdClassName
{
border-color: #C85E4D;
}
.TagClassName
{
border-color: #C85E4D;
}
</style>