Shades of Sunglo #C06159
Tints of Sunglo #C06159
RGB
CMYK
RGB Variations
Color information
#C06159 (or 0xC06159) is known color: Sunglo. HEX triplet: C0, 61 and 59. RGB value is (192,97,89). Sum of RGB (Red+Green+Blue) = 192+97+89=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C06159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06159 is #3F9EA6. Grayscale: #7C7C7C. Windows color (decimal): -4169383 or 5857728. OLE color: 5857728.
HSL color Cylindrical-coordinate representation of color #C06159: hue angle of 4.66º 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 #C06159 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 97 | 89 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.25 |
| HSL | 4.66º | 0.45% | 0.55% | - |
| HSV(B) | 4.66º | 0.54% | 0.75% | - |
| XYZ | 27.82 | 20.48 | 11.94 | - |
| YUV | 124.49 | 107.97 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 89 | 0 | 0.49 | 0.54 | 0.25 | 4.66 | 0.45 | 0.55 |
| Hex | C0 | 61 | 59 | 0 | 31 | 36 | 19 | 5 | 2D | 37 |
| Octal | 300 | 141 | 131 | 0 | 61 | 66 | 31 | 5 | 55 | 67 |
| Binary | 11000000 | 1100001 | 1011001 | 0 | 110001 | 110110 | 11001 | 101 | 101101 | 110111 |
Color Harmonies of #C06159
Complementary color
Monochromatic Colors of #C06159
Black with #C06159
Text Example
Text Example
White with #C06159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06159; }
p { color: rgb(192,97,89); }
H1.HeaderClassName
{
color: #C06159;
}
.AnyTagClassName
{
color: #C06159;
}
</style>
background-color css
<style>
a { background-color: #C06159; }
a { background-color: rgb(192,97,89); }
div.DivClassName
{
background-color: #C06159;
}
.BgClassName
{
background-color: #C06159;
}
</style>
border-color css
<style>
span { border-color: #C06159; }
span { border-color: rgb(192,97,89); }
td.TdClassName
{
border-color: #C06159;
}
.TagClassName
{
border-color: #C06159;
}
</style>