Shades of Sunglo #C76A53
Tints of Sunglo #C76A53
RGB
CMYK
RGB Variations
Color information
#C76A53 (or 0xC76A53) is known color: Sunglo. HEX triplet: C7, 6A and 53. RGB value is (199,106,83). Sum of RGB (Red+Green+Blue) = 199+106+83=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76A53 is #3895AC. Grayscale: #838383. Windows color (decimal): -3708333 or 5466823. OLE color: 5466823.
HSL color Cylindrical-coordinate representation of color #C76A53: hue angle of 11.9º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C76A53 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 106 | 83 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.22 |
| HSL | 11.9º | 0.51% | 0.55% | - |
| HSV(B) | 11.9º | 0.58% | 0.78% | - |
| XYZ | 30.27 | 23.07 | 11.04 | - |
| YUV | 131.19 | 100.81 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 106 | 83 | 0 | 0.47 | 0.58 | 0.22 | 11.9 | 0.51 | 0.55 |
| Hex | C7 | 6A | 53 | 0 | 2F | 3A | 16 | C | 33 | 37 |
| Octal | 307 | 152 | 123 | 0 | 57 | 72 | 26 | 14 | 63 | 67 |
| Binary | 11000111 | 1101010 | 1010011 | 0 | 101111 | 111010 | 10110 | 1100 | 110011 | 110111 |
Color Harmonies of #C76A53
Complementary color
Monochromatic Colors of #C76A53
Black with #C76A53
Text Example
Text Example
White with #C76A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76A53; }
p { color: rgb(199,106,83); }
H1.HeaderClassName
{
color: #C76A53;
}
.AnyTagClassName
{
color: #C76A53;
}
</style>
background-color css
<style>
a { background-color: #C76A53; }
a { background-color: rgb(199,106,83); }
div.DivClassName
{
background-color: #C76A53;
}
.BgClassName
{
background-color: #C76A53;
}
</style>
border-color css
<style>
span { border-color: #C76A53; }
span { border-color: rgb(199,106,83); }
td.TdClassName
{
border-color: #C76A53;
}
.TagClassName
{
border-color: #C76A53;
}
</style>