Shades of Sunglo #C76850
Tints of Sunglo #C76850
RGB
CMYK
RGB Variations
Color information
#C76850 (or 0xC76850) is known color: Sunglo. HEX triplet: C7, 68 and 50. RGB value is (199,104,80). Sum of RGB (Red+Green+Blue) = 199+104+80=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C76850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76850 is #3897AF. Grayscale: #818181. Windows color (decimal): -3708848 or 5269703. OLE color: 5269703.
HSL color Cylindrical-coordinate representation of color #C76850: hue angle of 12.1º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C76850 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 104 | 80 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.22 |
| HSL | 12.1º | 0.52% | 0.55% | - |
| HSV(B) | 12.1º | 0.6% | 0.78% | - |
| XYZ | 29.95 | 22.62 | 10.38 | - |
| YUV | 129.67 | 99.97 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 80 | 0 | 0.48 | 0.60 | 0.22 | 12.1 | 0.52 | 0.55 |
| Hex | C7 | 68 | 50 | 0 | 30 | 3C | 16 | C | 34 | 37 |
| Octal | 307 | 150 | 120 | 0 | 60 | 74 | 26 | 14 | 64 | 67 |
| Binary | 11000111 | 1101000 | 1010000 | 0 | 110000 | 111100 | 10110 | 1100 | 110100 | 110111 |
Color Harmonies of #C76850
Complementary color
Monochromatic Colors of #C76850
Black with #C76850
Text Example
Text Example
White with #C76850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76850; }
p { color: rgb(199,104,80); }
H1.HeaderClassName
{
color: #C76850;
}
.AnyTagClassName
{
color: #C76850;
}
</style>
background-color css
<style>
a { background-color: #C76850; }
a { background-color: rgb(199,104,80); }
div.DivClassName
{
background-color: #C76850;
}
.BgClassName
{
background-color: #C76850;
}
</style>
border-color css
<style>
span { border-color: #C76850; }
span { border-color: rgb(199,104,80); }
td.TdClassName
{
border-color: #C76850;
}
.TagClassName
{
border-color: #C76850;
}
</style>