Shades of Sunglo #C76159
Tints of Sunglo #C76159
RGB
CMYK
RGB Variations
Color information
#C76159 (or 0xC76159) is known color: Sunglo. HEX triplet: C7, 61 and 59. RGB value is (199,97,89). Sum of RGB (Red+Green+Blue) = 199+97+89=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C76159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76159 is #389EA6. Grayscale: #7E7E7E. Windows color (decimal): -3710631 or 5857735. OLE color: 5857735.
HSL color Cylindrical-coordinate representation of color #C76159: hue angle of 4.36º 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 #C76159 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 97 | 89 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.22 |
| HSL | 4.36º | 0.5% | 0.56% | - |
| HSV(B) | 4.36º | 0.55% | 0.78% | - |
| XYZ | 29.63 | 21.41 | 12.02 | - |
| YUV | 126.59 | 106.79 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 97 | 89 | 0 | 0.51 | 0.55 | 0.22 | 4.36 | 0.5 | 0.56 |
| Hex | C7 | 61 | 59 | 0 | 33 | 37 | 16 | 4 | 32 | 38 |
| Octal | 307 | 141 | 131 | 0 | 63 | 67 | 26 | 4 | 62 | 70 |
| Binary | 11000111 | 1100001 | 1011001 | 0 | 110011 | 110111 | 10110 | 100 | 110010 | 111000 |
Color Harmonies of #C76159
Complementary color
Monochromatic Colors of #C76159
Black with #C76159
Text Example
Text Example
White with #C76159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76159; }
p { color: rgb(199,97,89); }
H1.HeaderClassName
{
color: #C76159;
}
.AnyTagClassName
{
color: #C76159;
}
</style>
background-color css
<style>
a { background-color: #C76159; }
a { background-color: rgb(199,97,89); }
div.DivClassName
{
background-color: #C76159;
}
.BgClassName
{
background-color: #C76159;
}
</style>
border-color css
<style>
span { border-color: #C76159; }
span { border-color: rgb(199,97,89); }
td.TdClassName
{
border-color: #C76159;
}
.TagClassName
{
border-color: #C76159;
}
</style>