Shades of Sunglo #C66A59
Tints of Sunglo #C66A59
RGB
CMYK
RGB Variations
Color information
#C66A59 (or 0xC66A59) is known color: Sunglo. HEX triplet: C6, 6A and 59. RGB value is (198,106,89). Sum of RGB (Red+Green+Blue) = 198+106+89=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66A59 is #3995A6. Grayscale: #838383. Windows color (decimal): -3773863 or 5860038. OLE color: 5860038.
HSL color Cylindrical-coordinate representation of color #C66A59: hue angle of 9.36º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C66A59 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 106 | 89 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.22 |
| HSL | 9.36º | 0.49% | 0.56% | - |
| HSV(B) | 9.36º | 0.55% | 0.78% | - |
| XYZ | 30.25 | 23.04 | 12.3 | - |
| YUV | 131.57 | 103.98 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 106 | 89 | 0 | 0.46 | 0.55 | 0.22 | 9.36 | 0.49 | 0.56 |
| Hex | C6 | 6A | 59 | 0 | 2E | 37 | 16 | 9 | 31 | 38 |
| Octal | 306 | 152 | 131 | 0 | 56 | 67 | 26 | 11 | 61 | 70 |
| Binary | 11000110 | 1101010 | 1011001 | 0 | 101110 | 110111 | 10110 | 1001 | 110001 | 111000 |
Color Harmonies of #C66A59
Complementary color
Monochromatic Colors of #C66A59
Black with #C66A59
Text Example
Text Example
White with #C66A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66A59; }
p { color: rgb(198,106,89); }
H1.HeaderClassName
{
color: #C66A59;
}
.AnyTagClassName
{
color: #C66A59;
}
</style>
background-color css
<style>
a { background-color: #C66A59; }
a { background-color: rgb(198,106,89); }
div.DivClassName
{
background-color: #C66A59;
}
.BgClassName
{
background-color: #C66A59;
}
</style>
border-color css
<style>
span { border-color: #C66A59; }
span { border-color: rgb(198,106,89); }
td.TdClassName
{
border-color: #C66A59;
}
.TagClassName
{
border-color: #C66A59;
}
</style>