Shades of Sunglo #C06A53
Tints of Sunglo #C06A53
RGB
CMYK
RGB Variations
Color information
#C06A53 (or 0xC06A53) is known color: Sunglo. HEX triplet: C0, 6A and 53. RGB value is (192,106,83). Sum of RGB (Red+Green+Blue) = 192+106+83=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06A53 is #3F95AC. Grayscale: #818181. Windows color (decimal): -4167085 or 5466816. OLE color: 5466816.
HSL color Cylindrical-coordinate representation of color #C06A53: hue angle of 12.66º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C06A53 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 83 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.25 |
| HSL | 12.66º | 0.46% | 0.54% | - |
| HSV(B) | 12.66º | 0.57% | 0.75% | - |
| XYZ | 28.45 | 22.14 | 10.96 | - |
| YUV | 129.09 | 101.99 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 83 | 0 | 0.45 | 0.57 | 0.25 | 12.66 | 0.46 | 0.54 |
| Hex | C0 | 6A | 53 | 0 | 2D | 39 | 19 | D | 2E | 36 |
| Octal | 300 | 152 | 123 | 0 | 55 | 71 | 31 | 15 | 56 | 66 |
| Binary | 11000000 | 1101010 | 1010011 | 0 | 101101 | 111001 | 11001 | 1101 | 101110 | 110110 |
Color Harmonies of #C06A53
Complementary color
Monochromatic Colors of #C06A53
Black with #C06A53
Text Example
Text Example
White with #C06A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06A53; }
p { color: rgb(192,106,83); }
H1.HeaderClassName
{
color: #C06A53;
}
.AnyTagClassName
{
color: #C06A53;
}
</style>
background-color css
<style>
a { background-color: #C06A53; }
a { background-color: rgb(192,106,83); }
div.DivClassName
{
background-color: #C06A53;
}
.BgClassName
{
background-color: #C06A53;
}
</style>
border-color css
<style>
span { border-color: #C06A53; }
span { border-color: rgb(192,106,83); }
td.TdClassName
{
border-color: #C06A53;
}
.TagClassName
{
border-color: #C06A53;
}
</style>