Shades of Sunglo #C76256
Tints of Sunglo #C76256
RGB
CMYK
RGB Variations
Color information
#C76256 (or 0xC76256) is known color: Sunglo. HEX triplet: C7, 62 and 56. RGB value is (199,98,86). Sum of RGB (Red+Green+Blue) = 199+98+86=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C76256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76256 is #389DA9. Grayscale: #7E7E7E. Windows color (decimal): -3710378 or 5661383. OLE color: 5661383.
HSL color Cylindrical-coordinate representation of color #C76256: hue angle of 6.37º 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 #C76256 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 98 | 86 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.22 |
| HSL | 6.37º | 0.5% | 0.56% | - |
| HSV(B) | 6.37º | 0.57% | 0.78% | - |
| XYZ | 29.6 | 21.55 | 11.4 | - |
| YUV | 126.83 | 104.96 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 98 | 86 | 0 | 0.51 | 0.57 | 0.22 | 6.37 | 0.5 | 0.56 |
| Hex | C7 | 62 | 56 | 0 | 33 | 39 | 16 | 6 | 32 | 38 |
| Octal | 307 | 142 | 126 | 0 | 63 | 71 | 26 | 6 | 62 | 70 |
| Binary | 11000111 | 1100010 | 1010110 | 0 | 110011 | 111001 | 10110 | 110 | 110010 | 111000 |
Color Harmonies of #C76256
Complementary color
Monochromatic Colors of #C76256
Black with #C76256
Text Example
Text Example
White with #C76256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76256; }
p { color: rgb(199,98,86); }
H1.HeaderClassName
{
color: #C76256;
}
.AnyTagClassName
{
color: #C76256;
}
</style>
background-color css
<style>
a { background-color: #C76256; }
a { background-color: rgb(199,98,86); }
div.DivClassName
{
background-color: #C76256;
}
.BgClassName
{
background-color: #C76256;
}
</style>
border-color css
<style>
span { border-color: #C76256; }
span { border-color: rgb(199,98,86); }
td.TdClassName
{
border-color: #C76256;
}
.TagClassName
{
border-color: #C76256;
}
</style>