Shades of Sunglo #C85F51
Tints of Sunglo #C85F51
RGB
CMYK
RGB Variations
Color information
#C85F51 (or 0xC85F51) is known color: Sunglo. HEX triplet: C8, 5F and 51. RGB value is (200,95,81). Sum of RGB (Red+Green+Blue) = 200+95+81=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85F51 is #37A0AE. Grayscale: #7C7C7C. Windows color (decimal): -3645615 or 5332936. OLE color: 5332936.
HSL color Cylindrical-coordinate representation of color #C85F51: hue angle of 7.06º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85F51 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 95 | 81 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.22 |
| HSL | 7.06º | 0.52% | 0.55% | - |
| HSV(B) | 7.06º | 0.6% | 0.78% | - |
| XYZ | 29.4 | 21.06 | 10.3 | - |
| YUV | 124.8 | 103.29 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 81 | 0 | 0.52 | 0.59 | 0.22 | 7.06 | 0.52 | 0.55 |
| Hex | C8 | 5F | 51 | 0 | 34 | 3B | 16 | 7 | 34 | 37 |
| Octal | 310 | 137 | 121 | 0 | 64 | 73 | 26 | 7 | 64 | 67 |
| Binary | 11001000 | 1011111 | 1010001 | 0 | 110100 | 111011 | 10110 | 111 | 110100 | 110111 |
Color Harmonies of #C85F51
Complementary color
Monochromatic Colors of #C85F51
Black with #C85F51
Text Example
Text Example
White with #C85F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85F51; }
p { color: rgb(200,95,81); }
H1.HeaderClassName
{
color: #C85F51;
}
.AnyTagClassName
{
color: #C85F51;
}
</style>
background-color css
<style>
a { background-color: #C85F51; }
a { background-color: rgb(200,95,81); }
div.DivClassName
{
background-color: #C85F51;
}
.BgClassName
{
background-color: #C85F51;
}
</style>
border-color css
<style>
span { border-color: #C85F51; }
span { border-color: rgb(200,95,81); }
td.TdClassName
{
border-color: #C85F51;
}
.TagClassName
{
border-color: #C85F51;
}
</style>