Shades of Sunglo #C76551
Tints of Sunglo #C76551
RGB
CMYK
RGB Variations
Color information
#C76551 (or 0xC76551) is known color: Sunglo. HEX triplet: C7, 65 and 51. RGB value is (199,101,81). Sum of RGB (Red+Green+Blue) = 199+101+81=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C76551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76551 is #389AAE. Grayscale: #808080. Windows color (decimal): -3709615 or 5334471. OLE color: 5334471.
HSL color Cylindrical-coordinate representation of color #C76551: hue angle of 10.17º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C76551 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 81 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.22 |
| HSL | 10.17º | 0.51% | 0.55% | - |
| HSV(B) | 10.17º | 0.59% | 0.78% | - |
| XYZ | 29.69 | 22.04 | 10.47 | - |
| YUV | 128.02 | 101.47 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 81 | 0 | 0.49 | 0.59 | 0.22 | 10.17 | 0.51 | 0.55 |
| Hex | C7 | 65 | 51 | 0 | 31 | 3B | 16 | A | 33 | 37 |
| Octal | 307 | 145 | 121 | 0 | 61 | 73 | 26 | 12 | 63 | 67 |
| Binary | 11000111 | 1100101 | 1010001 | 0 | 110001 | 111011 | 10110 | 1010 | 110011 | 110111 |
Color Harmonies of #C76551
Complementary color
Monochromatic Colors of #C76551
Black with #C76551
Text Example
Text Example
White with #C76551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76551; }
p { color: rgb(199,101,81); }
H1.HeaderClassName
{
color: #C76551;
}
.AnyTagClassName
{
color: #C76551;
}
</style>
background-color css
<style>
a { background-color: #C76551; }
a { background-color: rgb(199,101,81); }
div.DivClassName
{
background-color: #C76551;
}
.BgClassName
{
background-color: #C76551;
}
</style>
border-color css
<style>
span { border-color: #C76551; }
span { border-color: rgb(199,101,81); }
td.TdClassName
{
border-color: #C76551;
}
.TagClassName
{
border-color: #C76551;
}
</style>