Shades of Sunglo #C76A56
Tints of Sunglo #C76A56
RGB
CMYK
RGB Variations
Color information
#C76A56 (or 0xC76A56) is known color: Sunglo. HEX triplet: C7, 6A and 56. RGB value is (199,106,86). Sum of RGB (Red+Green+Blue) = 199+106+86=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76A56 is #3895A9. Grayscale: #838383. Windows color (decimal): -3708330 or 5663431. OLE color: 5663431.
HSL color Cylindrical-coordinate representation of color #C76A56: hue angle of 10.62º 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 #C76A56 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 106 | 86 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.22 |
| HSL | 10.62º | 0.5% | 0.56% | - |
| HSV(B) | 10.62º | 0.57% | 0.78% | - |
| XYZ | 30.39 | 23.12 | 11.67 | - |
| YUV | 131.53 | 102.31 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 106 | 86 | 0 | 0.47 | 0.57 | 0.22 | 10.62 | 0.5 | 0.56 |
| Hex | C7 | 6A | 56 | 0 | 2F | 39 | 16 | B | 32 | 38 |
| Octal | 307 | 152 | 126 | 0 | 57 | 71 | 26 | 13 | 62 | 70 |
| Binary | 11000111 | 1101010 | 1010110 | 0 | 101111 | 111001 | 10110 | 1011 | 110010 | 111000 |
Color Harmonies of #C76A56
Complementary color
Monochromatic Colors of #C76A56
Black with #C76A56
Text Example
Text Example
White with #C76A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76A56; }
p { color: rgb(199,106,86); }
H1.HeaderClassName
{
color: #C76A56;
}
.AnyTagClassName
{
color: #C76A56;
}
</style>
background-color css
<style>
a { background-color: #C76A56; }
a { background-color: rgb(199,106,86); }
div.DivClassName
{
background-color: #C76A56;
}
.BgClassName
{
background-color: #C76A56;
}
</style>
border-color css
<style>
span { border-color: #C76A56; }
span { border-color: rgb(199,106,86); }
td.TdClassName
{
border-color: #C76A56;
}
.TagClassName
{
border-color: #C76A56;
}
</style>