Shades of Sunglo #C76751
Tints of Sunglo #C76751
RGB
CMYK
RGB Variations
Color information
#C76751 (or 0xC76751) is known color: Sunglo. HEX triplet: C7, 67 and 51. RGB value is (199,103,81). Sum of RGB (Red+Green+Blue) = 199+103+81=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 81 (32.03% from 255 or 21.15% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C76751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76751 is #3898AE. Grayscale: #818181. Windows color (decimal): -3709103 or 5334983. OLE color: 5334983.
HSL color Cylindrical-coordinate representation of color #C76751: hue angle of 11.19º 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 #C76751 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 103 | 81 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.22 |
| HSL | 11.19º | 0.51% | 0.55% | - |
| HSV(B) | 11.19º | 0.59% | 0.78% | - |
| XYZ | 29.89 | 22.44 | 10.54 | - |
| YUV | 129.2 | 100.8 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 81 | 0 | 0.48 | 0.59 | 0.22 | 11.19 | 0.51 | 0.55 |
| Hex | C7 | 67 | 51 | 0 | 30 | 3B | 16 | B | 33 | 37 |
| Octal | 307 | 147 | 121 | 0 | 60 | 73 | 26 | 13 | 63 | 67 |
| Binary | 11000111 | 1100111 | 1010001 | 0 | 110000 | 111011 | 10110 | 1011 | 110011 | 110111 |
Color Harmonies of #C76751
Complementary color
Monochromatic Colors of #C76751
Black with #C76751
Text Example
Text Example
White with #C76751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76751; }
p { color: rgb(199,103,81); }
H1.HeaderClassName
{
color: #C76751;
}
.AnyTagClassName
{
color: #C76751;
}
</style>
background-color css
<style>
a { background-color: #C76751; }
a { background-color: rgb(199,103,81); }
div.DivClassName
{
background-color: #C76751;
}
.BgClassName
{
background-color: #C76751;
}
</style>
border-color css
<style>
span { border-color: #C76751; }
span { border-color: rgb(199,103,81); }
td.TdClassName
{
border-color: #C76751;
}
.TagClassName
{
border-color: #C76751;
}
</style>