Shades of Sunglo #C76A55
Tints of Sunglo #C76A55
RGB
CMYK
RGB Variations
Color information
#C76A55 (or 0xC76A55) is known color: Sunglo. HEX triplet: C7, 6A and 55. RGB value is (199,106,85). Sum of RGB (Red+Green+Blue) = 199+106+85=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76A55 is #3895AA. Grayscale: #838383. Windows color (decimal): -3708331 or 5597895. OLE color: 5597895.
HSL color Cylindrical-coordinate representation of color #C76A55: hue angle of 11.05º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C76A55 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 106 | 85 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.22 |
| HSL | 11.05º | 0.5% | 0.56% | - |
| HSV(B) | 11.05º | 0.57% | 0.78% | - |
| XYZ | 30.35 | 23.11 | 11.45 | - |
| YUV | 131.41 | 101.81 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 106 | 85 | 0 | 0.47 | 0.57 | 0.22 | 11.05 | 0.5 | 0.56 |
| Hex | C7 | 6A | 55 | 0 | 2F | 39 | 16 | B | 32 | 38 |
| Octal | 307 | 152 | 125 | 0 | 57 | 71 | 26 | 13 | 62 | 70 |
| Binary | 11000111 | 1101010 | 1010101 | 0 | 101111 | 111001 | 10110 | 1011 | 110010 | 111000 |
Color Harmonies of #C76A55
Complementary color
Monochromatic Colors of #C76A55
Black with #C76A55
Text Example
Text Example
White with #C76A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76A55; }
p { color: rgb(199,106,85); }
H1.HeaderClassName
{
color: #C76A55;
}
.AnyTagClassName
{
color: #C76A55;
}
</style>
background-color css
<style>
a { background-color: #C76A55; }
a { background-color: rgb(199,106,85); }
div.DivClassName
{
background-color: #C76A55;
}
.BgClassName
{
background-color: #C76A55;
}
</style>
border-color css
<style>
span { border-color: #C76A55; }
span { border-color: rgb(199,106,85); }
td.TdClassName
{
border-color: #C76A55;
}
.TagClassName
{
border-color: #C76A55;
}
</style>