Shades of Sunglo #C76459
Tints of Sunglo #C76459
RGB
CMYK
RGB Variations
Color information
#C76459 (or 0xC76459) is known color: Sunglo. HEX triplet: C7, 64 and 59. RGB value is (199,100,89). Sum of RGB (Red+Green+Blue) = 199+100+89=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C76459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76459 is #389BA6. Grayscale: #808080. Windows color (decimal): -3709863 or 5858503. OLE color: 5858503.
HSL color Cylindrical-coordinate representation of color #C76459: hue angle of 6º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C76459 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 100 | 89 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.22 |
| HSL | 6º | 0.5% | 0.56% | - |
| HSV(B) | 6º | 0.55% | 0.78% | - |
| XYZ | 29.91 | 21.98 | 12.12 | - |
| YUV | 128.35 | 105.8 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 89 | 0 | 0.50 | 0.55 | 0.22 | 6 | 0.5 | 0.56 |
| Hex | C7 | 64 | 59 | 0 | 32 | 37 | 16 | 6 | 32 | 38 |
| Octal | 307 | 144 | 131 | 0 | 62 | 67 | 26 | 6 | 62 | 70 |
| Binary | 11000111 | 1100100 | 1011001 | 0 | 110010 | 110111 | 10110 | 110 | 110010 | 111000 |
Color Harmonies of #C76459
Complementary color
Monochromatic Colors of #C76459
Black with #C76459
Text Example
Text Example
White with #C76459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76459; }
p { color: rgb(199,100,89); }
H1.HeaderClassName
{
color: #C76459;
}
.AnyTagClassName
{
color: #C76459;
}
</style>
background-color css
<style>
a { background-color: #C76459; }
a { background-color: rgb(199,100,89); }
div.DivClassName
{
background-color: #C76459;
}
.BgClassName
{
background-color: #C76459;
}
</style>
border-color css
<style>
span { border-color: #C76459; }
span { border-color: rgb(199,100,89); }
td.TdClassName
{
border-color: #C76459;
}
.TagClassName
{
border-color: #C76459;
}
</style>