Shades of Sunglo #C06A55
Tints of Sunglo #C06A55
RGB
CMYK
RGB Variations
Color information
#C06A55 (or 0xC06A55) is known color: Sunglo. HEX triplet: C0, 6A and 55. RGB value is (192,106,85). Sum of RGB (Red+Green+Blue) = 192+106+85=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06A55 is #3F95AA. Grayscale: #818181. Windows color (decimal): -4167083 or 5597888. OLE color: 5597888.
HSL color Cylindrical-coordinate representation of color #C06A55: hue angle of 11.78º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C06A55 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 85 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.25 |
| HSL | 11.78º | 0.46% | 0.54% | - |
| HSV(B) | 11.78º | 0.56% | 0.75% | - |
| XYZ | 28.53 | 22.17 | 11.37 | - |
| YUV | 129.32 | 102.99 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 85 | 0 | 0.45 | 0.56 | 0.25 | 11.78 | 0.46 | 0.54 |
| Hex | C0 | 6A | 55 | 0 | 2D | 38 | 19 | C | 2E | 36 |
| Octal | 300 | 152 | 125 | 0 | 55 | 70 | 31 | 14 | 56 | 66 |
| Binary | 11000000 | 1101010 | 1010101 | 0 | 101101 | 111000 | 11001 | 1100 | 101110 | 110110 |
Color Harmonies of #C06A55
Complementary color
Monochromatic Colors of #C06A55
Black with #C06A55
Text Example
Text Example
White with #C06A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06A55; }
p { color: rgb(192,106,85); }
H1.HeaderClassName
{
color: #C06A55;
}
.AnyTagClassName
{
color: #C06A55;
}
</style>
background-color css
<style>
a { background-color: #C06A55; }
a { background-color: rgb(192,106,85); }
div.DivClassName
{
background-color: #C06A55;
}
.BgClassName
{
background-color: #C06A55;
}
</style>
border-color css
<style>
span { border-color: #C06A55; }
span { border-color: rgb(192,106,85); }
td.TdClassName
{
border-color: #C06A55;
}
.TagClassName
{
border-color: #C06A55;
}
</style>