Shades of Sunglo #C06A57
Tints of Sunglo #C06A57
RGB
CMYK
RGB Variations
Color information
#C06A57 (or 0xC06A57) is known color: Sunglo. HEX triplet: C0, 6A and 57. RGB value is (192,106,87). Sum of RGB (Red+Green+Blue) = 192+106+87=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 87 (34.38% from 255 or 22.60% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06A57 is #3F95A8. Grayscale: #818181. Windows color (decimal): -4167081 or 5728960. OLE color: 5728960.
HSL color Cylindrical-coordinate representation of color #C06A57: hue angle of 10.86º degrees, saturation: 0.45, 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 #C06A57 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 87 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.25 |
| HSL | 10.86º | 0.45% | 0.55% | - |
| HSV(B) | 10.86º | 0.55% | 0.75% | - |
| XYZ | 28.61 | 22.2 | 11.79 | - |
| YUV | 129.55 | 103.99 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 87 | 0 | 0.45 | 0.55 | 0.25 | 10.86 | 0.45 | 0.55 |
| Hex | C0 | 6A | 57 | 0 | 2D | 37 | 19 | B | 2D | 37 |
| Octal | 300 | 152 | 127 | 0 | 55 | 67 | 31 | 13 | 55 | 67 |
| Binary | 11000000 | 1101010 | 1010111 | 0 | 101101 | 110111 | 11001 | 1011 | 101101 | 110111 |
Color Harmonies of #C06A57
Complementary color
Monochromatic Colors of #C06A57
Black with #C06A57
Text Example
Text Example
White with #C06A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06A57; }
p { color: rgb(192,106,87); }
H1.HeaderClassName
{
color: #C06A57;
}
.AnyTagClassName
{
color: #C06A57;
}
</style>
background-color css
<style>
a { background-color: #C06A57; }
a { background-color: rgb(192,106,87); }
div.DivClassName
{
background-color: #C06A57;
}
.BgClassName
{
background-color: #C06A57;
}
</style>
border-color css
<style>
span { border-color: #C06A57; }
span { border-color: rgb(192,106,87); }
td.TdClassName
{
border-color: #C06A57;
}
.TagClassName
{
border-color: #C06A57;
}
</style>