Shades of Sunglo #C85C4E
Tints of Sunglo #C85C4E
RGB
CMYK
RGB Variations
Color information
#C85C4E (or 0xC85C4E) is known color: Sunglo. HEX triplet: C8, 5C and 4E. RGB value is (200,92,78). Sum of RGB (Red+Green+Blue) = 200+92+78=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85C4E is #37A3B1. Grayscale: #7A7A7A. Windows color (decimal): -3646386 or 5135560. OLE color: 5135560.
HSL color Cylindrical-coordinate representation of color #C85C4E: hue angle of 6.89º 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 #C85C4E is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 78 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.22 |
| HSL | 6.89º | 0.53% | 0.55% | - |
| HSV(B) | 6.89º | 0.61% | 0.78% | - |
| XYZ | 29.02 | 20.48 | 9.63 | - |
| YUV | 122.7 | 102.78 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 78 | 0 | 0.54 | 0.61 | 0.22 | 6.89 | 0.53 | 0.55 |
| Hex | C8 | 5C | 4E | 0 | 36 | 3D | 16 | 7 | 35 | 37 |
| Octal | 310 | 134 | 116 | 0 | 66 | 75 | 26 | 7 | 65 | 67 |
| Binary | 11001000 | 1011100 | 1001110 | 0 | 110110 | 111101 | 10110 | 111 | 110101 | 110111 |
Color Harmonies of #C85C4E
Complementary color
Monochromatic Colors of #C85C4E
Black with #C85C4E
Text Example
Text Example
White with #C85C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85C4E; }
p { color: rgb(200,92,78); }
H1.HeaderClassName
{
color: #C85C4E;
}
.AnyTagClassName
{
color: #C85C4E;
}
</style>
background-color css
<style>
a { background-color: #C85C4E; }
a { background-color: rgb(200,92,78); }
div.DivClassName
{
background-color: #C85C4E;
}
.BgClassName
{
background-color: #C85C4E;
}
</style>
border-color css
<style>
span { border-color: #C85C4E; }
span { border-color: rgb(200,92,78); }
td.TdClassName
{
border-color: #C85C4E;
}
.TagClassName
{
border-color: #C85C4E;
}
</style>