Shades of Sunglo #C76A59
Tints of Sunglo #C76A59
RGB
CMYK
RGB Variations
Color information
#C76A59 (or 0xC76A59) is known color: Sunglo. HEX triplet: C7, 6A and 59. RGB value is (199,106,89). Sum of RGB (Red+Green+Blue) = 199+106+89=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76A59 is #3895A6. Grayscale: #848484. Windows color (decimal): -3708327 or 5860039. OLE color: 5860039.
HSL color Cylindrical-coordinate representation of color #C76A59: hue angle of 9.27º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C76A59 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 106 | 89 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.22 |
| HSL | 9.27º | 0.5% | 0.56% | - |
| HSV(B) | 9.27º | 0.55% | 0.78% | - |
| XYZ | 30.51 | 23.17 | 12.32 | - |
| YUV | 131.87 | 103.81 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 106 | 89 | 0 | 0.47 | 0.55 | 0.22 | 9.27 | 0.5 | 0.56 |
| Hex | C7 | 6A | 59 | 0 | 2F | 37 | 16 | 9 | 32 | 38 |
| Octal | 307 | 152 | 131 | 0 | 57 | 67 | 26 | 11 | 62 | 70 |
| Binary | 11000111 | 1101010 | 1011001 | 0 | 101111 | 110111 | 10110 | 1001 | 110010 | 111000 |
Color Harmonies of #C76A59
Complementary color
Monochromatic Colors of #C76A59
Black with #C76A59
Text Example
Text Example
White with #C76A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76A59; }
p { color: rgb(199,106,89); }
H1.HeaderClassName
{
color: #C76A59;
}
.AnyTagClassName
{
color: #C76A59;
}
</style>
background-color css
<style>
a { background-color: #C76A59; }
a { background-color: rgb(199,106,89); }
div.DivClassName
{
background-color: #C76A59;
}
.BgClassName
{
background-color: #C76A59;
}
</style>
border-color css
<style>
span { border-color: #C76A59; }
span { border-color: rgb(199,106,89); }
td.TdClassName
{
border-color: #C76A59;
}
.TagClassName
{
border-color: #C76A59;
}
</style>