Shades of Sunglo #C06356
Tints of Sunglo #C06356
RGB
CMYK
RGB Variations
Color information
#C06356 (or 0xC06356) is known color: Sunglo. HEX triplet: C0, 63 and 56. RGB value is (192,99,86). Sum of RGB (Red+Green+Blue) = 192+99+86=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C06356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06356 is #3F9CA9. Grayscale: #7D7D7D. Windows color (decimal): -4168874 or 5661632. OLE color: 5661632.
HSL color Cylindrical-coordinate representation of color #C06356: hue angle of 7.36º 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 #C06356 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 99 | 86 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.25 |
| HSL | 7.36º | 0.46% | 0.55% | - |
| HSV(B) | 7.36º | 0.55% | 0.75% | - |
| XYZ | 27.88 | 20.8 | 11.35 | - |
| YUV | 125.33 | 105.81 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 86 | 0 | 0.48 | 0.55 | 0.25 | 7.36 | 0.46 | 0.55 |
| Hex | C0 | 63 | 56 | 0 | 30 | 37 | 19 | 7 | 2E | 37 |
| Octal | 300 | 143 | 126 | 0 | 60 | 67 | 31 | 7 | 56 | 67 |
| Binary | 11000000 | 1100011 | 1010110 | 0 | 110000 | 110111 | 11001 | 111 | 101110 | 110111 |
Color Harmonies of #C06356
Complementary color
Monochromatic Colors of #C06356
Black with #C06356
Text Example
Text Example
White with #C06356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06356; }
p { color: rgb(192,99,86); }
H1.HeaderClassName
{
color: #C06356;
}
.AnyTagClassName
{
color: #C06356;
}
</style>
background-color css
<style>
a { background-color: #C06356; }
a { background-color: rgb(192,99,86); }
div.DivClassName
{
background-color: #C06356;
}
.BgClassName
{
background-color: #C06356;
}
</style>
border-color css
<style>
span { border-color: #C06356; }
span { border-color: rgb(192,99,86); }
td.TdClassName
{
border-color: #C06356;
}
.TagClassName
{
border-color: #C06356;
}
</style>