Shades of Sunglo #C85D4E
Tints of Sunglo #C85D4E
RGB
CMYK
RGB Variations
Color information
#C85D4E (or 0xC85D4E) is known color: Sunglo. HEX triplet: C8, 5D and 4E. RGB value is (200,93,78). Sum of RGB (Red+Green+Blue) = 200+93+78=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85D4E is #37A2B1. Grayscale: #7B7B7B. Windows color (decimal): -3646130 or 5135816. OLE color: 5135816.
HSL color Cylindrical-coordinate representation of color #C85D4E: hue angle of 7.38º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C85D4E is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 78 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.22 |
| HSL | 7.38º | 0.53% | 0.55% | - |
| HSV(B) | 7.38º | 0.61% | 0.78% | - |
| XYZ | 29.11 | 20.66 | 9.66 | - |
| YUV | 123.28 | 102.45 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 78 | 0 | 0.54 | 0.61 | 0.22 | 7.38 | 0.53 | 0.55 |
| Hex | C8 | 5D | 4E | 0 | 36 | 3D | 16 | 7 | 35 | 37 |
| Octal | 310 | 135 | 116 | 0 | 66 | 75 | 26 | 7 | 65 | 67 |
| Binary | 11001000 | 1011101 | 1001110 | 0 | 110110 | 111101 | 10110 | 111 | 110101 | 110111 |
Color Harmonies of #C85D4E
Complementary color
Monochromatic Colors of #C85D4E
Black with #C85D4E
Text Example
Text Example
White with #C85D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85D4E; }
p { color: rgb(200,93,78); }
H1.HeaderClassName
{
color: #C85D4E;
}
.AnyTagClassName
{
color: #C85D4E;
}
</style>
background-color css
<style>
a { background-color: #C85D4E; }
a { background-color: rgb(200,93,78); }
div.DivClassName
{
background-color: #C85D4E;
}
.BgClassName
{
background-color: #C85D4E;
}
</style>
border-color css
<style>
span { border-color: #C85D4E; }
span { border-color: rgb(200,93,78); }
td.TdClassName
{
border-color: #C85D4E;
}
.TagClassName
{
border-color: #C85D4E;
}
</style>