Shades of Sunglo #C76456
Tints of Sunglo #C76456
RGB
CMYK
RGB Variations
Color information
#C76456 (or 0xC76456) is known color: Sunglo. HEX triplet: C7, 64 and 56. RGB value is (199,100,86). Sum of RGB (Red+Green+Blue) = 199+100+86=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C76456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76456 is #389BA9. Grayscale: #808080. Windows color (decimal): -3709866 or 5661895. OLE color: 5661895.
HSL color Cylindrical-coordinate representation of color #C76456: hue angle of 7.43º 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 #C76456 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 100 | 86 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.22 |
| HSL | 7.43º | 0.5% | 0.56% | - |
| HSV(B) | 7.43º | 0.57% | 0.78% | - |
| XYZ | 29.79 | 21.93 | 11.47 | - |
| YUV | 128.01 | 104.3 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 86 | 0 | 0.50 | 0.57 | 0.22 | 7.43 | 0.5 | 0.56 |
| Hex | C7 | 64 | 56 | 0 | 32 | 39 | 16 | 7 | 32 | 38 |
| Octal | 307 | 144 | 126 | 0 | 62 | 71 | 26 | 7 | 62 | 70 |
| Binary | 11000111 | 1100100 | 1010110 | 0 | 110010 | 111001 | 10110 | 111 | 110010 | 111000 |
Color Harmonies of #C76456
Complementary color
Monochromatic Colors of #C76456
Black with #C76456
Text Example
Text Example
White with #C76456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76456; }
p { color: rgb(199,100,86); }
H1.HeaderClassName
{
color: #C76456;
}
.AnyTagClassName
{
color: #C76456;
}
</style>
background-color css
<style>
a { background-color: #C76456; }
a { background-color: rgb(199,100,86); }
div.DivClassName
{
background-color: #C76456;
}
.BgClassName
{
background-color: #C76456;
}
</style>
border-color css
<style>
span { border-color: #C76456; }
span { border-color: rgb(199,100,86); }
td.TdClassName
{
border-color: #C76456;
}
.TagClassName
{
border-color: #C76456;
}
</style>