Shades of Sunglo #C85C4D
Tints of Sunglo #C85C4D
RGB
CMYK
RGB Variations
Color information
#C85C4D (or 0xC85C4D) is known color: Sunglo. HEX triplet: C8, 5C and 4D. RGB value is (200,92,77). Sum of RGB (Red+Green+Blue) = 200+92+77=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85C4D is #37A3B2. Grayscale: #7A7A7A. Windows color (decimal): -3646387 or 5070024. OLE color: 5070024.
HSL color Cylindrical-coordinate representation of color #C85C4D: hue angle of 7.32º 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 #C85C4D is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 77 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.22 |
| HSL | 7.32º | 0.53% | 0.54% | - |
| HSV(B) | 7.32º | 0.62% | 0.78% | - |
| XYZ | 28.99 | 20.47 | 9.44 | - |
| YUV | 122.58 | 102.28 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 77 | 0 | 0.54 | 0.62 | 0.22 | 7.32 | 0.53 | 0.54 |
| Hex | C8 | 5C | 4D | 0 | 36 | 3E | 16 | 7 | 35 | 36 |
| Octal | 310 | 134 | 115 | 0 | 66 | 76 | 26 | 7 | 65 | 66 |
| Binary | 11001000 | 1011100 | 1001101 | 0 | 110110 | 111110 | 10110 | 111 | 110101 | 110110 |
Color Harmonies of #C85C4D
Complementary color
Monochromatic Colors of #C85C4D
Black with #C85C4D
Text Example
Text Example
White with #C85C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85C4D; }
p { color: rgb(200,92,77); }
H1.HeaderClassName
{
color: #C85C4D;
}
.AnyTagClassName
{
color: #C85C4D;
}
</style>
background-color css
<style>
a { background-color: #C85C4D; }
a { background-color: rgb(200,92,77); }
div.DivClassName
{
background-color: #C85C4D;
}
.BgClassName
{
background-color: #C85C4D;
}
</style>
border-color css
<style>
span { border-color: #C85C4D; }
span { border-color: rgb(200,92,77); }
td.TdClassName
{
border-color: #C85C4D;
}
.TagClassName
{
border-color: #C85C4D;
}
</style>