Shades of Sunglo #C06456
Tints of Sunglo #C06456
RGB
CMYK
RGB Variations
Color information
#C06456 (or 0xC06456) is known color: Sunglo. HEX triplet: C0, 64 and 56. RGB value is (192,100,86). Sum of RGB (Red+Green+Blue) = 192+100+86=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C06456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06456 is #3F9BA9. Grayscale: #7E7E7E. Windows color (decimal): -4168618 or 5661888. OLE color: 5661888.
HSL color Cylindrical-coordinate representation of color #C06456: hue angle of 7.92º 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 #C06456 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 100 | 86 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.25 |
| HSL | 7.92º | 0.46% | 0.55% | - |
| HSV(B) | 7.92º | 0.55% | 0.75% | - |
| XYZ | 27.98 | 20.99 | 11.38 | - |
| YUV | 125.91 | 105.48 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 86 | 0 | 0.48 | 0.55 | 0.25 | 7.92 | 0.46 | 0.55 |
| Hex | C0 | 64 | 56 | 0 | 30 | 37 | 19 | 8 | 2E | 37 |
| Octal | 300 | 144 | 126 | 0 | 60 | 67 | 31 | 10 | 56 | 67 |
| Binary | 11000000 | 1100100 | 1010110 | 0 | 110000 | 110111 | 11001 | 1000 | 101110 | 110111 |
Color Harmonies of #C06456
Complementary color
Monochromatic Colors of #C06456
Black with #C06456
Text Example
Text Example
White with #C06456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06456; }
p { color: rgb(192,100,86); }
H1.HeaderClassName
{
color: #C06456;
}
.AnyTagClassName
{
color: #C06456;
}
</style>
background-color css
<style>
a { background-color: #C06456; }
a { background-color: rgb(192,100,86); }
div.DivClassName
{
background-color: #C06456;
}
.BgClassName
{
background-color: #C06456;
}
</style>
border-color css
<style>
span { border-color: #C06456; }
span { border-color: rgb(192,100,86); }
td.TdClassName
{
border-color: #C06456;
}
.TagClassName
{
border-color: #C06456;
}
</style>