Shades of Sunglo #C06B56
Tints of Sunglo #C06B56
RGB
CMYK
RGB Variations
Color information
#C06B56 (or 0xC06B56) is known color: Sunglo. HEX triplet: C0, 6B and 56. RGB value is (192,107,86). Sum of RGB (Red+Green+Blue) = 192+107+86=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06B56 is #3F94A9. Grayscale: #828282. Windows color (decimal): -4166826 or 5663680. OLE color: 5663680.
HSL color Cylindrical-coordinate representation of color #C06B56: hue angle of 11.89º 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 #C06B56 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 107 | 86 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.25 |
| HSL | 11.89º | 0.46% | 0.55% | - |
| HSV(B) | 11.89º | 0.55% | 0.75% | - |
| XYZ | 28.68 | 22.39 | 11.62 | - |
| YUV | 130.02 | 103.16 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 86 | 0 | 0.44 | 0.55 | 0.25 | 11.89 | 0.46 | 0.55 |
| Hex | C0 | 6B | 56 | 0 | 2C | 37 | 19 | C | 2E | 37 |
| Octal | 300 | 153 | 126 | 0 | 54 | 67 | 31 | 14 | 56 | 67 |
| Binary | 11000000 | 1101011 | 1010110 | 0 | 101100 | 110111 | 11001 | 1100 | 101110 | 110111 |
Color Harmonies of #C06B56
Complementary color
Monochromatic Colors of #C06B56
Black with #C06B56
Text Example
Text Example
White with #C06B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06B56; }
p { color: rgb(192,107,86); }
H1.HeaderClassName
{
color: #C06B56;
}
.AnyTagClassName
{
color: #C06B56;
}
</style>
background-color css
<style>
a { background-color: #C06B56; }
a { background-color: rgb(192,107,86); }
div.DivClassName
{
background-color: #C06B56;
}
.BgClassName
{
background-color: #C06B56;
}
</style>
border-color css
<style>
span { border-color: #C06B56; }
span { border-color: rgb(192,107,86); }
td.TdClassName
{
border-color: #C06B56;
}
.TagClassName
{
border-color: #C06B56;
}
</style>