Shades of Sunglo #C16659
Tints of Sunglo #C16659
RGB
CMYK
RGB Variations
Color information
#C16659 (or 0xC16659) is known color: Sunglo. HEX triplet: C1, 66 and 59. RGB value is (193,102,89). Sum of RGB (Red+Green+Blue) = 193+102+89=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 89 (35.16% from 255 or 23.18% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C16659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16659 is #3E99A6. Grayscale: #7F7F7F. Windows color (decimal): -4102567 or 5859009. OLE color: 5859009.
HSL color Cylindrical-coordinate representation of color #C16659: hue angle of 7.5º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C16659 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 102 | 89 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.24 |
| HSL | 7.5º | 0.46% | 0.55% | - |
| HSV(B) | 7.5º | 0.54% | 0.76% | - |
| XYZ | 28.55 | 21.56 | 12.11 | - |
| YUV | 127.73 | 106.15 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 89 | 0 | 0.47 | 0.54 | 0.24 | 7.5 | 0.46 | 0.55 |
| Hex | C1 | 66 | 59 | 0 | 2F | 36 | 18 | 8 | 2E | 37 |
| Octal | 301 | 146 | 131 | 0 | 57 | 66 | 30 | 10 | 56 | 67 |
| Binary | 11000001 | 1100110 | 1011001 | 0 | 101111 | 110110 | 11000 | 1000 | 101110 | 110111 |
Color Harmonies of #C16659
Complementary color
Monochromatic Colors of #C16659
Black with #C16659
Text Example
Text Example
White with #C16659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16659; }
p { color: rgb(193,102,89); }
H1.HeaderClassName
{
color: #C16659;
}
.AnyTagClassName
{
color: #C16659;
}
</style>
background-color css
<style>
a { background-color: #C16659; }
a { background-color: rgb(193,102,89); }
div.DivClassName
{
background-color: #C16659;
}
.BgClassName
{
background-color: #C16659;
}
</style>
border-color css
<style>
span { border-color: #C16659; }
span { border-color: rgb(193,102,89); }
td.TdClassName
{
border-color: #C16659;
}
.TagClassName
{
border-color: #C16659;
}
</style>