Shades of Sunglo #C06751
Tints of Sunglo #C06751
RGB
CMYK
RGB Variations
Color information
#C06751 (or 0xC06751) is known color: Sunglo. HEX triplet: C0, 67 and 51. RGB value is (192,103,81). Sum of RGB (Red+Green+Blue) = 192+103+81=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C06751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06751 is #3F98AE. Grayscale: #7F7F7F. Windows color (decimal): -4167855 or 5334976. OLE color: 5334976.
HSL color Cylindrical-coordinate representation of color #C06751: hue angle of 11.89º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C06751 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 81 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.25 |
| HSL | 11.89º | 0.47% | 0.54% | - |
| HSV(B) | 11.89º | 0.58% | 0.75% | - |
| XYZ | 28.07 | 21.5 | 10.46 | - |
| YUV | 127.1 | 101.99 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 81 | 0 | 0.46 | 0.58 | 0.25 | 11.89 | 0.47 | 0.54 |
| Hex | C0 | 67 | 51 | 0 | 2E | 3A | 19 | C | 2F | 36 |
| Octal | 300 | 147 | 121 | 0 | 56 | 72 | 31 | 14 | 57 | 66 |
| Binary | 11000000 | 1100111 | 1010001 | 0 | 101110 | 111010 | 11001 | 1100 | 101111 | 110110 |
Color Harmonies of #C06751
Complementary color
Monochromatic Colors of #C06751
Black with #C06751
Text Example
Text Example
White with #C06751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06751; }
p { color: rgb(192,103,81); }
H1.HeaderClassName
{
color: #C06751;
}
.AnyTagClassName
{
color: #C06751;
}
</style>
background-color css
<style>
a { background-color: #C06751; }
a { background-color: rgb(192,103,81); }
div.DivClassName
{
background-color: #C06751;
}
.BgClassName
{
background-color: #C06751;
}
</style>
border-color css
<style>
span { border-color: #C06751; }
span { border-color: rgb(192,103,81); }
td.TdClassName
{
border-color: #C06751;
}
.TagClassName
{
border-color: #C06751;
}
</style>