Shades of Sunglo #C85C56
Tints of Sunglo #C85C56
RGB
CMYK
RGB Variations
Color information
#C85C56 (or 0xC85C56) is known color: Sunglo. HEX triplet: C8, 5C and 56. RGB value is (200,92,86). Sum of RGB (Red+Green+Blue) = 200+92+86=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85C56 is #37A3A9. Grayscale: #7B7B7B. Windows color (decimal): -3646378 or 5659848. OLE color: 5659848.
HSL color Cylindrical-coordinate representation of color #C85C56: hue angle of 3.16º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85C56 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 86 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.22 |
| HSL | 3.16º | 0.51% | 0.56% | - |
| HSV(B) | 3.16º | 0.57% | 0.78% | - |
| XYZ | 29.33 | 20.61 | 11.24 | - |
| YUV | 123.61 | 106.78 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 86 | 0 | 0.54 | 0.57 | 0.22 | 3.16 | 0.51 | 0.56 |
| Hex | C8 | 5C | 56 | 0 | 36 | 39 | 16 | 3 | 33 | 38 |
| Octal | 310 | 134 | 126 | 0 | 66 | 71 | 26 | 3 | 63 | 70 |
| Binary | 11001000 | 1011100 | 1010110 | 0 | 110110 | 111001 | 10110 | 11 | 110011 | 111000 |
Color Harmonies of #C85C56
Complementary color
Monochromatic Colors of #C85C56
Black with #C85C56
Text Example
Text Example
White with #C85C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85C56; }
p { color: rgb(200,92,86); }
H1.HeaderClassName
{
color: #C85C56;
}
.AnyTagClassName
{
color: #C85C56;
}
</style>
background-color css
<style>
a { background-color: #C85C56; }
a { background-color: rgb(200,92,86); }
div.DivClassName
{
background-color: #C85C56;
}
.BgClassName
{
background-color: #C85C56;
}
</style>
border-color css
<style>
span { border-color: #C85C56; }
span { border-color: rgb(200,92,86); }
td.TdClassName
{
border-color: #C85C56;
}
.TagClassName
{
border-color: #C85C56;
}
</style>