Shades of Sunglo #C06756
Tints of Sunglo #C06756
RGB
CMYK
RGB Variations
Color information
#C06756 (or 0xC06756) is known color: Sunglo. HEX triplet: C0, 67 and 56. RGB value is (192,103,86). Sum of RGB (Red+Green+Blue) = 192+103+86=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C06756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06756 is #3F98A9. Grayscale: #7F7F7F. Windows color (decimal): -4167850 or 5662656. OLE color: 5662656.
HSL color Cylindrical-coordinate representation of color #C06756: hue angle of 9.62º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C06756 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 86 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.25 |
| HSL | 9.62º | 0.46% | 0.55% | - |
| HSV(B) | 9.62º | 0.55% | 0.75% | - |
| XYZ | 28.27 | 21.58 | 11.48 | - |
| YUV | 127.67 | 104.49 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 86 | 0 | 0.46 | 0.55 | 0.25 | 9.62 | 0.46 | 0.55 |
| Hex | C0 | 67 | 56 | 0 | 2E | 37 | 19 | A | 2E | 37 |
| Octal | 300 | 147 | 126 | 0 | 56 | 67 | 31 | 12 | 56 | 67 |
| Binary | 11000000 | 1100111 | 1010110 | 0 | 101110 | 110111 | 11001 | 1010 | 101110 | 110111 |
Color Harmonies of #C06756
Complementary color
Monochromatic Colors of #C06756
Black with #C06756
Text Example
Text Example
White with #C06756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06756; }
p { color: rgb(192,103,86); }
H1.HeaderClassName
{
color: #C06756;
}
.AnyTagClassName
{
color: #C06756;
}
</style>
background-color css
<style>
a { background-color: #C06756; }
a { background-color: rgb(192,103,86); }
div.DivClassName
{
background-color: #C06756;
}
.BgClassName
{
background-color: #C06756;
}
</style>
border-color css
<style>
span { border-color: #C06756; }
span { border-color: rgb(192,103,86); }
td.TdClassName
{
border-color: #C06756;
}
.TagClassName
{
border-color: #C06756;
}
</style>