Shades of Sunglo #C85F53
Tints of Sunglo #C85F53
RGB
CMYK
RGB Variations
Color information
#C85F53 (or 0xC85F53) is known color: Sunglo. HEX triplet: C8, 5F and 53. RGB value is (200,95,83). Sum of RGB (Red+Green+Blue) = 200+95+83=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85F53 is #37A0AC. Grayscale: #7D7D7D. Windows color (decimal): -3645613 or 5464008. OLE color: 5464008.
HSL color Cylindrical-coordinate representation of color #C85F53: hue angle of 6.15º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C85F53 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 95 | 83 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.22 |
| HSL | 6.15º | 0.52% | 0.55% | - |
| HSV(B) | 6.15º | 0.59% | 0.78% | - |
| XYZ | 29.47 | 21.09 | 10.7 | - |
| YUV | 125.03 | 104.29 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 83 | 0 | 0.52 | 0.58 | 0.22 | 6.15 | 0.52 | 0.55 |
| Hex | C8 | 5F | 53 | 0 | 34 | 3A | 16 | 6 | 34 | 37 |
| Octal | 310 | 137 | 123 | 0 | 64 | 72 | 26 | 6 | 64 | 67 |
| Binary | 11001000 | 1011111 | 1010011 | 0 | 110100 | 111010 | 10110 | 110 | 110100 | 110111 |
Color Harmonies of #C85F53
Complementary color
Monochromatic Colors of #C85F53
Black with #C85F53
Text Example
Text Example
White with #C85F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85F53; }
p { color: rgb(200,95,83); }
H1.HeaderClassName
{
color: #C85F53;
}
.AnyTagClassName
{
color: #C85F53;
}
</style>
background-color css
<style>
a { background-color: #C85F53; }
a { background-color: rgb(200,95,83); }
div.DivClassName
{
background-color: #C85F53;
}
.BgClassName
{
background-color: #C85F53;
}
</style>
border-color css
<style>
span { border-color: #C85F53; }
span { border-color: rgb(200,95,83); }
td.TdClassName
{
border-color: #C85F53;
}
.TagClassName
{
border-color: #C85F53;
}
</style>