Shades of Sunglo #C76556
Tints of Sunglo #C76556
RGB
CMYK
RGB Variations
Color information
#C76556 (or 0xC76556) is known color: Sunglo. HEX triplet: C7, 65 and 56. RGB value is (199,101,86). Sum of RGB (Red+Green+Blue) = 199+101+86=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C76556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76556 is #389AA9. Grayscale: #808080. Windows color (decimal): -3709610 or 5662151. OLE color: 5662151.
HSL color Cylindrical-coordinate representation of color #C76556: hue angle of 7.96º 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 #C76556 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 86 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.22 |
| HSL | 7.96º | 0.5% | 0.56% | - |
| HSV(B) | 7.96º | 0.57% | 0.78% | - |
| XYZ | 29.89 | 22.12 | 11.5 | - |
| YUV | 128.59 | 103.97 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 86 | 0 | 0.49 | 0.57 | 0.22 | 7.96 | 0.5 | 0.56 |
| Hex | C7 | 65 | 56 | 0 | 31 | 39 | 16 | 8 | 32 | 38 |
| Octal | 307 | 145 | 126 | 0 | 61 | 71 | 26 | 10 | 62 | 70 |
| Binary | 11000111 | 1100101 | 1010110 | 0 | 110001 | 111001 | 10110 | 1000 | 110010 | 111000 |
Color Harmonies of #C76556
Complementary color
Monochromatic Colors of #C76556
Black with #C76556
Text Example
Text Example
White with #C76556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76556; }
p { color: rgb(199,101,86); }
H1.HeaderClassName
{
color: #C76556;
}
.AnyTagClassName
{
color: #C76556;
}
</style>
background-color css
<style>
a { background-color: #C76556; }
a { background-color: rgb(199,101,86); }
div.DivClassName
{
background-color: #C76556;
}
.BgClassName
{
background-color: #C76556;
}
</style>
border-color css
<style>
span { border-color: #C76556; }
span { border-color: rgb(199,101,86); }
td.TdClassName
{
border-color: #C76556;
}
.TagClassName
{
border-color: #C76556;
}
</style>