Shades of Sunglo #C66656
Tints of Sunglo #C66656
RGB
CMYK
RGB Variations
Color information
#C66656 (or 0xC66656) is known color: Sunglo. HEX triplet: C6, 66 and 56. RGB value is (198,102,86). Sum of RGB (Red+Green+Blue) = 198+102+86=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C66656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66656 is #3999A9. Grayscale: #818181. Windows color (decimal): -3774890 or 5662406. OLE color: 5662406.
HSL color Cylindrical-coordinate representation of color #C66656: hue angle of 8.57º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C66656 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 86 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.22 |
| HSL | 8.57º | 0.5% | 0.56% | - |
| HSV(B) | 8.57º | 0.57% | 0.78% | - |
| XYZ | 29.72 | 22.18 | 11.52 | - |
| YUV | 128.88 | 103.8 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 86 | 0 | 0.48 | 0.57 | 0.22 | 8.57 | 0.5 | 0.56 |
| Hex | C6 | 66 | 56 | 0 | 30 | 39 | 16 | 9 | 32 | 38 |
| Octal | 306 | 146 | 126 | 0 | 60 | 71 | 26 | 11 | 62 | 70 |
| Binary | 11000110 | 1100110 | 1010110 | 0 | 110000 | 111001 | 10110 | 1001 | 110010 | 111000 |
Color Harmonies of #C66656
Complementary color
Monochromatic Colors of #C66656
Black with #C66656
Text Example
Text Example
White with #C66656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66656; }
p { color: rgb(198,102,86); }
H1.HeaderClassName
{
color: #C66656;
}
.AnyTagClassName
{
color: #C66656;
}
</style>
background-color css
<style>
a { background-color: #C66656; }
a { background-color: rgb(198,102,86); }
div.DivClassName
{
background-color: #C66656;
}
.BgClassName
{
background-color: #C66656;
}
</style>
border-color css
<style>
span { border-color: #C66656; }
span { border-color: rgb(198,102,86); }
td.TdClassName
{
border-color: #C66656;
}
.TagClassName
{
border-color: #C66656;
}
</style>