Shades of Sunglo #C85C4F
Tints of Sunglo #C85C4F
RGB
CMYK
RGB Variations
Color information
#C85C4F (or 0xC85C4F) is known color: Sunglo. HEX triplet: C8, 5C and 4F. RGB value is (200,92,79). Sum of RGB (Red+Green+Blue) = 200+92+79=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85C4F is #37A3B0. Grayscale: #7A7A7A. Windows color (decimal): -3646385 or 5201096. OLE color: 5201096.
HSL color Cylindrical-coordinate representation of color #C85C4F: hue angle of 6.45º degrees, saturation: 0.52, 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 #C85C4F is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 79 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.22 |
| HSL | 6.45º | 0.52% | 0.55% | - |
| HSV(B) | 6.45º | 0.61% | 0.78% | - |
| XYZ | 29.06 | 20.5 | 9.82 | - |
| YUV | 122.81 | 103.28 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 79 | 0 | 0.54 | 0.60 | 0.22 | 6.45 | 0.52 | 0.55 |
| Hex | C8 | 5C | 4F | 0 | 36 | 3C | 16 | 6 | 34 | 37 |
| Octal | 310 | 134 | 117 | 0 | 66 | 74 | 26 | 6 | 64 | 67 |
| Binary | 11001000 | 1011100 | 1001111 | 0 | 110110 | 111100 | 10110 | 110 | 110100 | 110111 |
Color Harmonies of #C85C4F
Complementary color
Monochromatic Colors of #C85C4F
Black with #C85C4F
Text Example
Text Example
White with #C85C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85C4F; }
p { color: rgb(200,92,79); }
H1.HeaderClassName
{
color: #C85C4F;
}
.AnyTagClassName
{
color: #C85C4F;
}
</style>
background-color css
<style>
a { background-color: #C85C4F; }
a { background-color: rgb(200,92,79); }
div.DivClassName
{
background-color: #C85C4F;
}
.BgClassName
{
background-color: #C85C4F;
}
</style>
border-color css
<style>
span { border-color: #C85C4F; }
span { border-color: rgb(200,92,79); }
td.TdClassName
{
border-color: #C85C4F;
}
.TagClassName
{
border-color: #C85C4F;
}
</style>