Shades of Sunglo #C06556
Tints of Sunglo #C06556
RGB
CMYK
RGB Variations
Color information
#C06556 (or 0xC06556) is known color: Sunglo. HEX triplet: C0, 65 and 56. RGB value is (192,101,86). Sum of RGB (Red+Green+Blue) = 192+101+86=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C06556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06556 is #3F9AA9. Grayscale: #7E7E7E. Windows color (decimal): -4168362 or 5662144. OLE color: 5662144.
HSL color Cylindrical-coordinate representation of color #C06556: hue angle of 8.49º 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 #C06556 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 86 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.25 |
| HSL | 8.49º | 0.46% | 0.55% | - |
| HSV(B) | 8.49º | 0.55% | 0.75% | - |
| XYZ | 28.07 | 21.19 | 11.41 | - |
| YUV | 126.5 | 105.15 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 86 | 0 | 0.47 | 0.55 | 0.25 | 8.49 | 0.46 | 0.55 |
| Hex | C0 | 65 | 56 | 0 | 2F | 37 | 19 | 8 | 2E | 37 |
| Octal | 300 | 145 | 126 | 0 | 57 | 67 | 31 | 10 | 56 | 67 |
| Binary | 11000000 | 1100101 | 1010110 | 0 | 101111 | 110111 | 11001 | 1000 | 101110 | 110111 |
Color Harmonies of #C06556
Complementary color
Monochromatic Colors of #C06556
Black with #C06556
Text Example
Text Example
White with #C06556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06556; }
p { color: rgb(192,101,86); }
H1.HeaderClassName
{
color: #C06556;
}
.AnyTagClassName
{
color: #C06556;
}
</style>
background-color css
<style>
a { background-color: #C06556; }
a { background-color: rgb(192,101,86); }
div.DivClassName
{
background-color: #C06556;
}
.BgClassName
{
background-color: #C06556;
}
</style>
border-color css
<style>
span { border-color: #C06556; }
span { border-color: rgb(192,101,86); }
td.TdClassName
{
border-color: #C06556;
}
.TagClassName
{
border-color: #C06556;
}
</style>