Shades of Sunglo #C76759
Tints of Sunglo #C76759
RGB
CMYK
RGB Variations
Color information
#C76759 (or 0xC76759) is known color: Sunglo. HEX triplet: C7, 67 and 59. RGB value is (199,103,89). Sum of RGB (Red+Green+Blue) = 199+103+89=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C76759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76759 is #3898A6. Grayscale: #828282. Windows color (decimal): -3709095 or 5859271. OLE color: 5859271.
HSL color Cylindrical-coordinate representation of color #C76759: hue angle of 7.64º 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 #C76759 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 103 | 89 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.22 |
| HSL | 7.64º | 0.5% | 0.56% | - |
| HSV(B) | 7.64º | 0.55% | 0.78% | - |
| XYZ | 30.21 | 22.56 | 12.21 | - |
| YUV | 130.11 | 104.8 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 89 | 0 | 0.48 | 0.55 | 0.22 | 7.64 | 0.5 | 0.56 |
| Hex | C7 | 67 | 59 | 0 | 30 | 37 | 16 | 8 | 32 | 38 |
| Octal | 307 | 147 | 131 | 0 | 60 | 67 | 26 | 10 | 62 | 70 |
| Binary | 11000111 | 1100111 | 1011001 | 0 | 110000 | 110111 | 10110 | 1000 | 110010 | 111000 |
Color Harmonies of #C76759
Complementary color
Monochromatic Colors of #C76759
Black with #C76759
Text Example
Text Example
White with #C76759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76759; }
p { color: rgb(199,103,89); }
H1.HeaderClassName
{
color: #C76759;
}
.AnyTagClassName
{
color: #C76759;
}
</style>
background-color css
<style>
a { background-color: #C76759; }
a { background-color: rgb(199,103,89); }
div.DivClassName
{
background-color: #C76759;
}
.BgClassName
{
background-color: #C76759;
}
</style>
border-color css
<style>
span { border-color: #C76759; }
span { border-color: rgb(199,103,89); }
td.TdClassName
{
border-color: #C76759;
}
.TagClassName
{
border-color: #C76759;
}
</style>