Shades of Sunglo #C76156
Tints of Sunglo #C76156
RGB
CMYK
RGB Variations
Color information
#C76156 (or 0xC76156) is known color: Sunglo. HEX triplet: C7, 61 and 56. RGB value is (199,97,86). Sum of RGB (Red+Green+Blue) = 199+97+86=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C76156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76156 is #389EA9. Grayscale: #7E7E7E. Windows color (decimal): -3710634 or 5661127. OLE color: 5661127.
HSL color Cylindrical-coordinate representation of color #C76156: hue angle of 5.84º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C76156 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 97 | 86 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.22 |
| HSL | 5.84º | 0.5% | 0.56% | - |
| HSV(B) | 5.84º | 0.57% | 0.78% | - |
| XYZ | 29.51 | 21.36 | 11.37 | - |
| YUV | 126.24 | 105.29 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 97 | 86 | 0 | 0.51 | 0.57 | 0.22 | 5.84 | 0.5 | 0.56 |
| Hex | C7 | 61 | 56 | 0 | 33 | 39 | 16 | 6 | 32 | 38 |
| Octal | 307 | 141 | 126 | 0 | 63 | 71 | 26 | 6 | 62 | 70 |
| Binary | 11000111 | 1100001 | 1010110 | 0 | 110011 | 111001 | 10110 | 110 | 110010 | 111000 |
Color Harmonies of #C76156
Complementary color
Monochromatic Colors of #C76156
Black with #C76156
Text Example
Text Example
White with #C76156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76156; }
p { color: rgb(199,97,86); }
H1.HeaderClassName
{
color: #C76156;
}
.AnyTagClassName
{
color: #C76156;
}
</style>
background-color css
<style>
a { background-color: #C76156; }
a { background-color: rgb(199,97,86); }
div.DivClassName
{
background-color: #C76156;
}
.BgClassName
{
background-color: #C76156;
}
</style>
border-color css
<style>
span { border-color: #C76156; }
span { border-color: rgb(199,97,86); }
td.TdClassName
{
border-color: #C76156;
}
.TagClassName
{
border-color: #C76156;
}
</style>