Shades of Sunglo #C76853
Tints of Sunglo #C76853
RGB
CMYK
RGB Variations
Color information
#C76853 (or 0xC76853) is known color: Sunglo. HEX triplet: C7, 68 and 53. RGB value is (199,104,83). Sum of RGB (Red+Green+Blue) = 199+104+83=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C76853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76853 is #3897AC. Grayscale: #828282. Windows color (decimal): -3708845 or 5466311. OLE color: 5466311.
HSL color Cylindrical-coordinate representation of color #C76853: hue angle of 10.86º 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 #C76853 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 104 | 83 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.22 |
| HSL | 10.86º | 0.51% | 0.55% | - |
| HSV(B) | 10.86º | 0.58% | 0.78% | - |
| XYZ | 30.06 | 22.67 | 10.97 | - |
| YUV | 130.01 | 101.47 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 83 | 0 | 0.48 | 0.58 | 0.22 | 10.86 | 0.51 | 0.55 |
| Hex | C7 | 68 | 53 | 0 | 30 | 3A | 16 | B | 33 | 37 |
| Octal | 307 | 150 | 123 | 0 | 60 | 72 | 26 | 13 | 63 | 67 |
| Binary | 11000111 | 1101000 | 1010011 | 0 | 110000 | 111010 | 10110 | 1011 | 110011 | 110111 |
Color Harmonies of #C76853
Complementary color
Monochromatic Colors of #C76853
Black with #C76853
Text Example
Text Example
White with #C76853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76853; }
p { color: rgb(199,104,83); }
H1.HeaderClassName
{
color: #C76853;
}
.AnyTagClassName
{
color: #C76853;
}
</style>
background-color css
<style>
a { background-color: #C76853; }
a { background-color: rgb(199,104,83); }
div.DivClassName
{
background-color: #C76853;
}
.BgClassName
{
background-color: #C76853;
}
</style>
border-color css
<style>
span { border-color: #C76853; }
span { border-color: rgb(199,104,83); }
td.TdClassName
{
border-color: #C76853;
}
.TagClassName
{
border-color: #C76853;
}
</style>