Shades of Sunglo #C06858
Tints of Sunglo #C06858
RGB
CMYK
RGB Variations
Color information
#C06858 (or 0xC06858) is known color: Sunglo. HEX triplet: C0, 68 and 58. RGB value is (192,104,88). Sum of RGB (Red+Green+Blue) = 192+104+88=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C06858 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06858 is #3F97A7. Grayscale: #808080. Windows color (decimal): -4167592 or 5793984. OLE color: 5793984.
HSL color Cylindrical-coordinate representation of color #C06858: hue angle of 9.23º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C06858 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 88 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.25 |
| HSL | 9.23º | 0.45% | 0.55% | - |
| HSV(B) | 9.23º | 0.54% | 0.75% | - |
| XYZ | 28.45 | 21.81 | 11.94 | - |
| YUV | 128.49 | 105.15 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 88 | 0 | 0.46 | 0.54 | 0.25 | 9.23 | 0.45 | 0.55 |
| Hex | C0 | 68 | 58 | 0 | 2E | 36 | 19 | 9 | 2D | 37 |
| Octal | 300 | 150 | 130 | 0 | 56 | 66 | 31 | 11 | 55 | 67 |
| Binary | 11000000 | 1101000 | 1011000 | 0 | 101110 | 110110 | 11001 | 1001 | 101101 | 110111 |
Color Harmonies of #C06858
Complementary color
Monochromatic Colors of #C06858
Black with #C06858
Text Example
Text Example
White with #C06858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06858; }
p { color: rgb(192,104,88); }
H1.HeaderClassName
{
color: #C06858;
}
.AnyTagClassName
{
color: #C06858;
}
</style>
background-color css
<style>
a { background-color: #C06858; }
a { background-color: rgb(192,104,88); }
div.DivClassName
{
background-color: #C06858;
}
.BgClassName
{
background-color: #C06858;
}
</style>
border-color css
<style>
span { border-color: #C06858; }
span { border-color: rgb(192,104,88); }
td.TdClassName
{
border-color: #C06858;
}
.TagClassName
{
border-color: #C06858;
}
</style>