Shades of Sunglo #C06850
Tints of Sunglo #C06850
RGB
CMYK
RGB Variations
Color information
#C06850 (or 0xC06850) is known color: Sunglo. HEX triplet: C0, 68 and 50. RGB value is (192,104,80). Sum of RGB (Red+Green+Blue) = 192+104+80=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C06850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06850 is #3F97AF. Grayscale: #7F7F7F. Windows color (decimal): -4167600 or 5269696. OLE color: 5269696.
HSL color Cylindrical-coordinate representation of color #C06850: hue angle of 12.86º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C06850 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 80 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.25 |
| HSL | 12.86º | 0.47% | 0.53% | - |
| HSV(B) | 12.86º | 0.58% | 0.75% | - |
| XYZ | 28.14 | 21.69 | 10.29 | - |
| YUV | 127.58 | 101.15 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 80 | 0 | 0.46 | 0.58 | 0.25 | 12.86 | 0.47 | 0.53 |
| Hex | C0 | 68 | 50 | 0 | 2E | 3A | 19 | D | 2F | 35 |
| Octal | 300 | 150 | 120 | 0 | 56 | 72 | 31 | 15 | 57 | 65 |
| Binary | 11000000 | 1101000 | 1010000 | 0 | 101110 | 111010 | 11001 | 1101 | 101111 | 110101 |
Color Harmonies of #C06850
Complementary color
Monochromatic Colors of #C06850
Black with #C06850
Text Example
Text Example
White with #C06850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06850; }
p { color: rgb(192,104,80); }
H1.HeaderClassName
{
color: #C06850;
}
.AnyTagClassName
{
color: #C06850;
}
</style>
background-color css
<style>
a { background-color: #C06850; }
a { background-color: rgb(192,104,80); }
div.DivClassName
{
background-color: #C06850;
}
.BgClassName
{
background-color: #C06850;
}
</style>
border-color css
<style>
span { border-color: #C06850; }
span { border-color: rgb(192,104,80); }
td.TdClassName
{
border-color: #C06850;
}
.TagClassName
{
border-color: #C06850;
}
</style>