Shades of Sunglo #C76059
Tints of Sunglo #C76059
RGB
CMYK
RGB Variations
Color information
#C76059 (or 0xC76059) is known color: Sunglo. HEX triplet: C7, 60 and 59. RGB value is (199,96,89). Sum of RGB (Red+Green+Blue) = 199+96+89=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 89 (35.16% from 255 or 23.18% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C76059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76059 is #389FA6. Grayscale: #7E7E7E. Windows color (decimal): -3710887 or 5857479. OLE color: 5857479.
HSL color Cylindrical-coordinate representation of color #C76059: hue angle of 3.82º 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 #C76059 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 96 | 89 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.22 |
| HSL | 3.82º | 0.5% | 0.56% | - |
| HSV(B) | 3.82º | 0.55% | 0.78% | - |
| XYZ | 29.54 | 21.23 | 11.99 | - |
| YUV | 126 | 107.12 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 96 | 89 | 0 | 0.52 | 0.55 | 0.22 | 3.82 | 0.5 | 0.56 |
| Hex | C7 | 60 | 59 | 0 | 34 | 37 | 16 | 4 | 32 | 38 |
| Octal | 307 | 140 | 131 | 0 | 64 | 67 | 26 | 4 | 62 | 70 |
| Binary | 11000111 | 1100000 | 1011001 | 0 | 110100 | 110111 | 10110 | 100 | 110010 | 111000 |
Color Harmonies of #C76059
Complementary color
Monochromatic Colors of #C76059
Black with #C76059
Text Example
Text Example
White with #C76059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76059; }
p { color: rgb(199,96,89); }
H1.HeaderClassName
{
color: #C76059;
}
.AnyTagClassName
{
color: #C76059;
}
</style>
background-color css
<style>
a { background-color: #C76059; }
a { background-color: rgb(199,96,89); }
div.DivClassName
{
background-color: #C76059;
}
.BgClassName
{
background-color: #C76059;
}
</style>
border-color css
<style>
span { border-color: #C76059; }
span { border-color: rgb(199,96,89); }
td.TdClassName
{
border-color: #C76059;
}
.TagClassName
{
border-color: #C76059;
}
</style>